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

  /src/sys/netinet/
dccp_var.h 121 #ifndef INP_IPV6
122 #define INP_IPV6 0x1
sctp_pcb.h 324 #ifndef INP_IPV6
325 #define INP_IPV6 0x1
dccp_usrreq.c 1137 isipv6 = (dp->inp_vflag & INP_IPV6) != 0;
1638 dp->inp_vflag |= INP_IPV6;
sctp_pcb.c 3373 answer = inp->inp_vflag & INP_IPV6;
3407 inp->inp_vflag |= INP_IPV6;
3453 inp->inp_vflag |= INP_IPV6;
  /src/sys/netinet6/
dccp6_usrreq.c 138 intodccpcb(inp)->inp_vflag |= INP_IPV6;
198 dp->inp_vflag |= INP_IPV6;
sctp6_usrreq.c 598 inp->inp_vflag |= INP_IPV6;
640 inp->inp_vflag |= INP_IPV6;
646 inp->inp_vflag &= ~INP_IPV6;
658 inp->inp_vflag &= ~INP_IPV6;

Completed in 21 milliseconds