HomeSort by: relevance | last modified time | path
    Searched refs:IN6P_CONTROLOPTS (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/netinet/
in_pcb.h 211 #define IN6P_CONTROLOPTS (IN6P_PKTINFO|IN6P_HOPLIMIT|IN6P_HOPOPTS|\
tcp_syncache.c 655 inp->inp_flags |= (oinp->inp_flags & IN6P_CONTROLOPTS);
656 if (inp->inp_flags & IN6P_CONTROLOPTS) {
tcp_input.c 1495 if (inp->inp_af == AF_INET6 && (inp->inp_flags & IN6P_CONTROLOPTS)) {
  /src/sys/netinet6/
raw_ip6.c 143 if (last->inp_flags & IN6P_CONTROLOPTS ||
icmp6.c 1990 if (last->inp_flags & IN6P_CONTROLOPTS ||
2017 if (last->inp_flags & IN6P_CONTROLOPTS ||
udp6_usrreq.c 398 if (inp->inp_flags & IN6P_CONTROLOPTS ||

Completed in 80 milliseconds