Searched refs:INP_IPV6PROTO (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/sys/netinet/
H A Din_pcb.c306 inp->inp_vflag |= INP_IPV6PROTO;
629 (inp->inp_vflag & INP_IPV6PROTO) == 0 ||
630 (t->inp_vflag & INP_IPV6PROTO) == 0)
1227 if (inp->inp_vflag & INP_IPV6PROTO) {
1638 if (inp->inp_vflag & INP_IPV6PROTO)
1783 if (inp->inp_vflag & INP_IPV6PROTO)
2438 if (inp_vflag & INP_IPV6PROTO) {
H A Din_pcb.h547 #define INP_IPV6PROTO 0x4 /* opened under IPv6 protocol */ macro
H A Dtcp_usrreq.c1404 if (inp->inp_vflag & INP_IPV6PROTO) {
1759 if (inp->inp_vflag & INP_IPV6PROTO) {
H A Dtcp_output.c1386 if (tp->t_inpcb->inp_vflag & INP_IPV6PROTO)
/freebsd-10-stable/sys/netinet6/
H A Din6_pcb.c264 INP_IPV6PROTO) ==
265 (t->inp_vflag & INP_IPV6PROTO))))
270 (t->inp_vflag & INP_IPV6PROTO) != 0))

Completed in 85 milliseconds