Searched refs:fport_arg (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/netinet6/ |
H A D | in6_pcb.c | 665 u_int fport_arg, const struct sockaddr_in6 *src, u_int lport_arg, in in6_pcbnotify() argument 673 u_short fport = fport_arg, lport = lport_arg; in in6_pcbnotify() 1144 const struct in6_addr *faddr, u_int fport_arg, in in6_pcblookup_hash_locked() argument 1149 u_short fport = fport_arg, lport = lport_arg; in in6_pcblookup_hash_locked() 1203 u_int fport_arg, const struct in6_addr *laddr, u_int lport_arg, in in6_pcblookup_hash_smr() argument 1208 const u_short fport = fport_arg, lport = lport_arg; in in6_pcblookup_hash_smr()
|
H A D | in6_pcb.h | 80 const struct in6_addr *faddr, u_int fport_arg,
|
/freebsd/sys/netinet/ |
H A D | in_pcb.c | 140 struct in_addr faddr, u_int fport_arg, 2345 u_int fport_arg, struct in_addr laddr, u_int lport_arg, int lookupflags, in in_pcblookup_hash_locked() argument 2349 const u_short fport = fport_arg, lport = lport_arg; in in_pcblookup_hash_locked() 2404 u_int fport_arg, struct in_addr laddr, u_int lport_arg, int lookupflags, in in_pcblookup_hash_smr() argument 2409 const u_short fport = fport_arg, lport = lport_arg; in in_pcblookup_hash_smr()
|