Home
last modified time | relevance | path

Searched refs:lport_arg (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/netinet6/
H A Din6_pcb.c615 const struct in6_addr *laddr, u_int lport_arg, int wild_okay, in in6_pcblookup_local() argument
622 u_short lport = lport_arg; in in6_pcblookup_local()
813 u_int fport_arg, struct in6_addr *laddr, u_int lport_arg, in in6_pcblookup_hash() argument
819 u_short fport = fport_arg, lport = lport_arg; in in6_pcblookup_hash()
/dragonfly/sys/netinet/
H A Din_pcb.c106 struct in_addr laddr, u_int lport_arg, int wild_okay,
1463 u_int lport_arg, int wild_okay, struct ucred *cred) in in_pcblookup_local() argument
1469 u_short lport = lport_arg; in in_pcblookup_local()
1701 u_int fport_arg, struct in_addr laddr, u_int lport_arg, in in_pcblookup_pkthash() argument
1706 u_short fport = fport_arg, lport = lport_arg; in in_pcblookup_pkthash()
1867 u_int fport_arg, struct in_addr laddr, u_int lport_arg, in in_pcblookup_hash() argument
1871 laddr, lport_arg, wildcard, ifp, NULL); in in_pcblookup_hash()