Searched defs:fifscope (Results 1 – 6 of 6) sorted by relevance
| /xnu-10002.41.9/bsd/netinet6/ |
| H A D | udp6_output.c | 180 uint32_t lifscope = IFSCOPE_NONE, fifscope = IFSCOPE_NONE; in udp6_output() local
|
| H A D | in6_pcb.c | 1371 …u_int fport_arg, uint32_t fifscope, struct in6_addr *laddr, u_int lport_arg, uint32_t lifscope, in… in in6_pcblookup_hash_exists() 1488 …u_int fport_arg, uint32_t fifscope, struct in6_addr *laddr, u_int lport_arg, uint32_t lifscope, in… in in6_pcblookup_hash()
|
| H A D | icmp6.c | 2253 uint32_t fifscope = IFSCOPE_NONE; in icmp6_reflect() local
|
| /xnu-10002.41.9/bsd/netinet/ |
| H A D | tcp_subr.c | 665 uint32_t fifscope = inp->inp_fifscope != 0 ? inp->inp_fifscope : inp->inp_lifscope; in tcp_fillheaders() local 753 uint32_t sifscope = IFSCOPE_NONE, fifscope = IFSCOPE_NONE; in tcp_respond() local
|
| H A D | tcp_usrreq.c | 2123 uint32_t fifscope = inp->inp_fifscope; in tcp_lookup_peer_pid_locked() local
|
| /xnu-10002.41.9/bsd/net/ |
| H A D | content_filter.c | 3115 const u_int32_t fifscope = inp ? inp->inp_fifscope : IFSCOPE_UNKNOWN; in cfil_fill_event_msg_addresses() local
|