Searched refs:fport_arg (Results 1 – 4 of 4) sorted by relevance
| /xnu-11417.121.6/bsd/netinet6/ |
| H A D | in6_pcb.c | 1122 in6_pcbnotify(struct inpcbinfo *pcbinfo, struct sockaddr *dst, u_int fport_arg, in in6_pcbnotify() argument 1130 uint16_t fport = (uint16_t)fport_arg, lport = (uint16_t)lport_arg; in in6_pcbnotify() 1373 …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 1378 uint16_t fport = (uint16_t)fport_arg, lport = (uint16_t)lport_arg; in in6_pcblookup_hash_exists() 1490 u_int fport_arg, uint32_t fifscope, struct in6_addr *laddr, u_int lport_arg, in in6_pcblookup_hash_locked() argument 1495 uint16_t fport = (uint16_t)fport_arg, lport = (uint16_t)lport_arg; in in6_pcblookup_hash_locked() 1586 u_int fport_arg, uint32_t fifscope, struct in6_addr *laddr, u_int lport_arg, in in6_pcblookup_hash() argument 1593 inp = in6_pcblookup_hash_locked(pcbinfo, faddr, fport_arg, fifscope, in in6_pcblookup_hash() 1603 u_int fport_arg, uint32_t fifscope, struct in6_addr *laddr, u_int lport_arg, in in6_pcblookup_hash_try() argument 1612 inp = in6_pcblookup_hash_locked(pcbinfo, faddr, fport_arg, fifscope, in in6_pcblookup_hash_try()
|
| H A D | in6_pcb.h | 110 struct in6_addr *faddr, u_int fport_arg, uint32_t fifscope,
|
| /xnu-11417.121.6/bsd/netinet/ |
| H A D | in_pcb.c | 2471 u_int fport_arg, struct in_addr laddr, u_int lport_arg, int wildcard, in in_pcblookup_hash_exists() argument 2476 u_short fport = (u_short)fport_arg, lport = (u_short)lport_arg; in in_pcblookup_hash_exists() 2601 u_int fport_arg, struct in_addr laddr, u_int lport_arg, int wildcard, in in_pcblookup_hash_locked() argument 2606 u_short fport = (u_short)fport_arg, lport = (u_short)lport_arg; in in_pcblookup_hash_locked() 2711 u_int fport_arg, struct in_addr laddr, u_int lport_arg, int wildcard, in in_pcblookup_hash() argument 2718 inp = in_pcblookup_hash_locked(pcbinfo, faddr, fport_arg, laddr, in in_pcblookup_hash() 2729 u_int fport_arg, struct in_addr laddr, u_int lport_arg, int wildcard, in in_pcblookup_hash_try() argument 2738 inp = in_pcblookup_hash_locked(pcbinfo, faddr, fport_arg, laddr, in in_pcblookup_hash_try()
|
| H A D | in_pcb.h | 866 struct in_addr faddr, u_int fport_arg, struct in_addr laddr,
|