Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Din_pcb.h578 #define INP_CONTROLOPTS (INP_RECVOPTS|INP_RECVRETOPTS|INP_RECVDSTADDR|\ macro
H A Draw_ip.c226 if ((inp->inp_flags & INP_CONTROLOPTS) || in rip_append()
H A Dudp_usrreq.c280 if (inp->inp_flags & INP_CONTROLOPTS || in udp_append()
H A Dtcp_syncache.c853 inp->inp_flags |= oinp->inp_flags & INP_CONTROLOPTS; in syncache_socket()
H A Dsctp_pcb.c2626 new_inp->ip_inp.inp.inp_flags |= old_inp->ip_inp.inp.inp_flags & INP_CONTROLOPTS; in sctp_move_pcb_and_assoc()
/freebsd/sys/netinet6/
H A Draw_ip6.c288 if (inp->inp_flags & INP_CONTROLOPTS || in rip6_input()
H A Dudp6_usrreq.c187 if (inp->inp_flags & INP_CONTROLOPTS || in udp6_append()
H A Dicmp6.c1993 if (inp->inp_flags & INP_CONTROLOPTS) in icmp6_rip6_input()