Home
last modified time | relevance | path

Searched refs:INP_CONTROLOPTS (Results 1 – 7 of 7) sorted by relevance

/xnu-12377.41.6/bsd/netinet6/
H A Dudp6_usrreq.c213 if ((last->in6p_flags & INP_CONTROLOPTS) != 0 || in udp6_append()
647 if ((in6p->in6p_flags & INP_CONTROLOPTS) != 0 || in udp6_input()
H A Draw_ip6.c220 if ((last->in6p_flags & INP_CONTROLOPTS) != 0 || in rip6_input()
261 if ((last->in6p_flags & INP_CONTROLOPTS) != 0 || in rip6_input()
H A Dicmp6.c2183 if ((last->in6p_flags & INP_CONTROLOPTS) != 0 || in icmp6_rip6_input()
2208 if ((last->in6p_flags & INP_CONTROLOPTS) != 0 || in icmp6_rip6_input()
/xnu-12377.41.6/bsd/netinet/
H A Din_pcb.h836 #define INP_CONTROLOPTS \ macro
H A Draw_ip.c218 if ((inp->inp_flags & INP_CONTROLOPTS) != 0 || in rip_inp_input()
H A Dudp_usrreq.c807 if ((inp->inp_flags & INP_CONTROLOPTS) != 0 || in udp_input()
915 if ((last->inp_flags & INP_CONTROLOPTS) != 0 || in udp_append()
H A Dtcp_input.c2474 oinp->inp_flags & INP_CONTROLOPTS; in tcp_create_server_socket()