Searched refs:fport_arg (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/sys/netinet6/ |
| HD | in6_pcb.c | 588 u_int fport_arg, const struct sockaddr *src, u_int lport_arg, in in6_pcbnotify() argument 594 u_short fport = fport_arg, lport = lport_arg; in in6_pcbnotify() 855 struct in6_addr *faddr, u_int fport_arg, struct in6_addr *laddr, in in6_pcblookup_group() argument 860 u_short fport = fport_arg, lport = lport_arg; in in6_pcblookup_group() 1040 u_int fport_arg, struct in6_addr *laddr, u_int lport_arg, in in6_pcblookup_hash_locked() argument 1045 u_short fport = fport_arg, lport = lport_arg; in in6_pcblookup_hash_locked()
|
| /NextBSD/sys/netinet/ |
| HD | in_pcb.c | 150 struct in_addr faddr, u_int fport_arg, 1833 struct in_addr faddr, u_int fport_arg, struct in_addr laddr, in in_pcblookup_group() argument 1838 u_short fport = fport_arg, lport = lport_arg; in in_pcblookup_group() 2048 u_int fport_arg, struct in_addr laddr, u_int lport_arg, int lookupflags, in in_pcblookup_hash_locked() argument 2053 u_short fport = fport_arg, lport = lport_arg; in in_pcblookup_hash_locked()
|