Searched refs:lport_arg (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/netinet6/ |
H A D | in6_pcb.c | 624 u_int fport_arg, const struct sockaddr_in6 *src, u_int lport_arg, in in6_pcbnotify() argument 632 u_short fport = fport_arg, lport = lport_arg; in in6_pcbnotify() 1094 const struct in6_addr *laddr, u_int lport_arg, in in6_pcblookup_hash_locked() argument 1098 u_short fport = fport_arg, lport = lport_arg; in in6_pcblookup_hash_locked() 1152 u_int fport_arg, const struct in6_addr *laddr, u_int lport_arg, in in6_pcblookup_hash_smr() argument 1157 const u_short fport = fport_arg, lport = lport_arg; in in6_pcblookup_hash_smr()
|
H A D | in6_pcb.h | 81 const struct in6_addr *laddr, u_int lport_arg,
|
/freebsd/sys/netinet/ |
H A D | in_pcb.c | 141 struct in_addr laddr, u_int lport_arg, 2294 u_int fport_arg, struct in_addr laddr, u_int lport_arg, int lookupflags, in in_pcblookup_hash_locked() argument 2298 const u_short fport = fport_arg, lport = lport_arg; in in_pcblookup_hash_locked() 2353 u_int fport_arg, struct in_addr laddr, u_int lport_arg, int lookupflags, in in_pcblookup_hash_smr() argument 2358 const u_short fport = fport_arg, lport = lport_arg; in in_pcblookup_hash_smr()
|