Searched refs:fport_arg (Results 1 – 2 of 2) sorted by relevance
| /xnu-8020.101.4/bsd/netinet6/ |
| H A D | in6_pcb.c | 1079 in6_pcbnotify(struct inpcbinfo *pcbinfo, struct sockaddr *dst, u_int fport_arg, in in6_pcbnotify() argument 1086 uint16_t fport = (uint16_t)fport_arg, lport = (uint16_t)lport_arg; in in6_pcbnotify() 1328 …u_int fport_arg, uint32_t fifscope, struct in6_addr *laddr, u_int lport_arg, uint32_t lifscope, in… in in6_pcblookup_hash_exists() argument 1333 uint16_t fport = (uint16_t)fport_arg, lport = (uint16_t)lport_arg; in in6_pcblookup_hash_exists() 1445 …u_int fport_arg, uint32_t fifscope, struct in6_addr *laddr, u_int lport_arg, uint32_t lifscope, in… in in6_pcblookup_hash() argument 1450 uint16_t fport = (uint16_t)fport_arg, lport = (uint16_t)lport_arg; in in6_pcblookup_hash()
|
| /xnu-8020.101.4/bsd/netinet/ |
| H A D | in_pcb.c | 2311 u_int fport_arg, struct in_addr laddr, u_int lport_arg, int wildcard, in in_pcblookup_hash_exists() argument 2316 u_short fport = (u_short)fport_arg, lport = (u_short)lport_arg; in in_pcblookup_hash_exists() 2441 u_int fport_arg, struct in_addr laddr, u_int lport_arg, int wildcard, in in_pcblookup_hash() argument 2446 u_short fport = (u_short)fport_arg, lport = (u_short)lport_arg; in in_pcblookup_hash()
|