Home
last modified time | relevance | path

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

/dragonfly/sys/netinet/
H A Din_pcb.h361 #define INP_CONTROLOPTS (INP_RECVOPTS|INP_RECVRETOPTS|INP_RECVDSTADDR|\ macro
377 #define IN6P_CONTROLOPTS INP_CONTROLOPTS
H A Draw_ip.c169 if (last->inp_flags & INP_CONTROLOPTS || in rip_input()
193 if (last->inp_flags & INP_CONTROLOPTS || in rip_input()
H A Dudp_usrreq.c629 if ((inp->inp_flags & INP_CONTROLOPTS) || in udp_input()
665 if (last->inp_flags & INP_CONTROLOPTS || in udp_append()
H A Dtcp_syncache.c781 inp->inp_flags |= linp->inp_flags & INP_CONTROLOPTS; in syncache_socket()
/dragonfly/sys/net/ip_mroute/
H A Dip_mroute.c2192 if (inp->inp_flags & INP_CONTROLOPTS ||