Home
last modified time | relevance | path

Searched refs:IN6P_CONTROLOPTS (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/sys/netinet/
Din_pcb.h211 #define IN6P_CONTROLOPTS (IN6P_PKTINFO|IN6P_HOPLIMIT|IN6P_HOPOPTS|\ macro
Dtcp_syncache.c655 inp->inp_flags |= (oinp->inp_flags & IN6P_CONTROLOPTS); in syn_cache_get()
656 if (inp->inp_flags & IN6P_CONTROLOPTS) { in syn_cache_get()
Dtcp_input.c1495 if (inp->inp_af == AF_INET6 && (inp->inp_flags & IN6P_CONTROLOPTS)) { in tcp_input()
/netbsd/src/sys/netinet6/
Draw_ip6.c143 if (last->inp_flags & IN6P_CONTROLOPTS || in rip6_sbappendaddr()
Dicmp6.c1990 if (last->inp_flags & IN6P_CONTROLOPTS || in icmp6_rip6_input()
2017 if (last->inp_flags & IN6P_CONTROLOPTS || in icmp6_rip6_input()
Dudp6_usrreq.c398 if (inp->inp_flags & IN6P_CONTROLOPTS || in udp6_sendup()