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

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_debug.c118 int isipv6; local
125 isipv6 = (ipgen != NULL && ((struct ip *)ipgen)->ip_v == 6) ? 1 : 0;
129 (isipv6 != 0) ? AF_INET6 :
210 isipv6 ? ((struct ip6_hdr *)ipgen)->ip6_plen :
H A Dtcp_output.c296 int isipv6 = tp->t_inpcb->inp_vflag & INP_IPV6 ; local
337 if (isipv6) {
373 if (isipv6) {
650 isipv6);
983 isipv6);
1010 if (isipv6)
1231 if (isipv6)
1460 if (isipv6) {
1583 if (isipv6) {
1610 if (isipv6)
1981 tcp_ip_output(struct socket *so, struct tcpcb *tp, struct mbuf *pkt, int cnt, struct mbuf *opt, int flags, int sack_in_progress, int recwin, boolean_t isipv6) argument
[all...]
H A Dtcp_input.c1143 int isipv6; local
1151 isipv6 = (mtod(m, struct ip *)->ip_v == 6) ? 1 : 0;
1156 if (isipv6) {
1341 if (isipv6) {
1446 && isipv6 == 0 /* IPv6 support is not yet */
1475 if (isipv6)
1504 if (isipv6) {
1545 if (isipv6) {
1573 ((isipv6 && !IN6_ARE_ADDR_EQUAL(&ip6->ip6_dst, &ip6->ip6_src)) ||
1574 (!isipv6
4357 int isipv6; local
4577 int isipv6; local
[all...]
H A Dtcp_subr.c592 int isipv6; local
597 isipv6 = IP_VHL_V(((struct ip *)ipgen)->ip_vhl) == 6;
609 if (isipv6)
616 if (isipv6) {
633 if (isipv6) {
655 if (isipv6) {
681 if (isipv6) {
722 if (isipv6) {
754 if (isipv6) {
767 if (isipv6) {
834 int isipv6 = (inp->inp_vflag & INP_IPV6) != 0; local
970 int isipv6 = (inp->inp_vflag & INP_IPV6) != 0; local
2028 int isipv6 = (tp->t_inpcb->inp_vflag & INP_IPV6) != 0; local
2523 int isipv6 = (inp->inp_vflag & INP_IPV6) != 0; local
[all...]
H A Dtcp_usrreq.c672 int isipv6; local
692 isipv6 = nam && nam->sa_family == AF_INET6;
720 if (isipv6)
771 if (isipv6)
1677 int isipv6 = INP_CHECK_SOCKAF(so, AF_INET6) != 0; local
1697 if (isipv6) {
1710 if (isipv6)
H A Din_tclass.c835 int isipv6 = ((flags & PKT_SCF_IPV6) != 0) ? 1 : 0; local
909 if (isipv6) {
940 if (isipv6 && in6addr_local(&ip6->ip6_dst)) {
952 if (isipv6)
H A Dtcp_timer.c550 int isipv6 = (tp->t_inpcb->inp_vflag & INP_IPV4) == 0; local
675 isipv6 ? tcp_v6mssdflt :
731 if (isipv6)

Completed in 91 milliseconds