Searched refs:isipv6 (Results 1 - 10 of 10) sorted by relevance

/freebsd-10-stable/sys/netinet/
H A Dtcp_debug.c101 int isipv6; local
113 isipv6 = (ipgen != NULL && ((struct ip *)ipgen)->ip_v == 6) ? 1 : 0;
117 (isipv6 != 0) ? AF_INET6 :
176 isipv6 ? ntohs(((struct ip6_hdr *)ipgen)->ip6_plen) :
H A Dtcp_output.c206 int isipv6; local
208 isipv6 = (tp->t_inpcb->inp_vflag & INP_IPV6) != 0;
746 if (isipv6)
823 if (isipv6)
1083 if (isipv6 && (MHLEN < hdrlen + max_linkhdr) &&
1097 if (isipv6) {
1142 if (isipv6)
1255 if (isipv6) {
1312 if (!isipv6)
1320 if (!isipv6)
[all...]
H A Dtcp_timewait.c227 int isipv6 = inp->inp_inc.inc_flags & INC_ISIPV6; local
240 if (isipv6)
565 int isipv6 = inp->inp_inc.inc_flags & INC_ISIPV6; local
581 if (isipv6) {
625 if (isipv6) {
H A Dtcp_input.c566 int isipv6; local
587 isipv6 = (mtod(m, struct ip *)->ip_v == 6) ? 1 : 0;
594 if (isipv6) {
693 if (isipv6)
715 if (isipv6) {
770 (isipv6 && (m->m_flags & M_IP6_NEXTHOP))
772 || (!isipv6 && (m->m_flags & M_IP_NEXTHOP))
790 if (isipv6 && fwd_tag != NULL) {
813 } else if (isipv6) {
901 if (isipv6
3581 int isipv6 = ((inp->inp_vflag & INP_IPV6) != 0) ? 1 : 0; local
[all...]
H A Dtcp_subr.c567 int isipv6; local
575 isipv6 = ((struct ip *)ipgen)->ip_v == (IPV6_VERSION >> 4);
604 if (isipv6) {
638 if (isipv6) {
667 if (isipv6) {
690 if (isipv6)
742 if (isipv6) {
798 if (isipv6) {
826 if (isipv6)
849 int isipv6 local
1028 int isipv6 = (inp->inp_vflag & INP_IPV6) != 0; local
[all...]
H A Dtcp_timer.c620 int isipv6; local
650 isipv6 = (tp->t_inpcb->inp_vflag & INP_IPV6) ? 1 : 0;
651 if (isipv6 &&
656 } else if (isipv6) {
H A Dtcp_usrreq.c882 int isipv6; local
904 isipv6 = nam && nam->sa_family == AF_INET6;
929 if (isipv6)
988 if (isipv6)
/freebsd-10-stable/usr.sbin/trpt/
H A Dtrpt.c311 int isipv6, nopkt = 1; local
320 isipv6 = 0;
325 isipv6 = 1;
348 isipv6
356 isipv6
368 isipv6 ? ip6->ip6_plen :
/freebsd-10-stable/sys/dev/cxgbe/tom/
H A Dt4_connect.c293 act_open_cpl_size(struct adapter *sc, int isipv6) argument
314 return (sz_table[idx][!!isipv6]);
337 int mtu_idx, rscale, qid_atid, rc, isipv6; local
370 isipv6 = nam->sa_family == AF_INET6;
371 wr = alloc_wrqe(act_open_cpl_size(sc, isipv6), toep->ctrlq);
397 if (isipv6) {
H A Dt4_listen.c88 alloc_stid(struct adapter *sc, struct listen_ctx *lctx, int isipv6) argument
99 n = isipv6 ? 2 : 1;

Completed in 78 milliseconds