Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet6/
H A Draw_ip6.c209 if (last->inp_flags & INP_CONTROLOPTS || in rip6_input()
321 if (last->inp_flags & INP_CONTROLOPTS || in rip6_input()
H A Dicmp6.c1967 if (last->inp_flags & INP_CONTROLOPTS) in icmp6_rip6_input()
1992 if (last->inp_flags & INP_CONTROLOPTS) in icmp6_rip6_input()
H A Dudp6_usrreq.c180 if (inp->inp_flags & INP_CONTROLOPTS || in udp6_append()
/f-stack/tools/compat/include/netinet/
H A Din_pcb.h724 #define INP_CONTROLOPTS (INP_RECVOPTS|INP_RECVRETOPTS|INP_RECVDSTADDR|\ macro
/f-stack/freebsd/netinet/
H A Din_pcb.h724 #define INP_CONTROLOPTS (INP_RECVOPTS|INP_RECVRETOPTS|INP_RECVDSTADDR|\ macro
H A Draw_ip.c260 if ((last->inp_flags & INP_CONTROLOPTS) || in rip_append()
H A Dudp_usrreq.c347 if (inp->inp_flags & INP_CONTROLOPTS || in udp_append()
H A Dtcp_syncache.c938 inp->inp_flags |= oinp->inp_flags & INP_CONTROLOPTS; in syncache_socket()