Searched refs:ip_v (Results 1 - 14 of 14) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dip.h87 ip_v:4; /* version */
90 u_int ip_v:4, /* version */
H A Dtcp_debug.c125 isipv6 = (ipgen != NULL && ((struct ip *)ipgen)->ip_v == 6) ? 1 : 0;
H A Dip_compat.h562 __u8 ip_v:4;
565 __u8 ip_v:4;
H A Din_dhcp.c185 pkt->ip.ip_v = IPVERSION;
H A Dtcp_input.c1151 isipv6 = (mtod(m, struct ip *)->ip_v == 6) ? 1 : 0;
1312 ip->ip_v = IPVERSION;
H A Dip_fw2.c2416 match = (hlen > 0 && cmd->arg1 == ip->ip_v);
/darwin-on-arm/xnu/bsd/net/classq/
H A Dclassq_util.c116 if (ip->ip_v != 4)
167 if (ip->ip_v != 4)
247 if (ip->ip_v != 4)
/darwin-on-arm/xnu/osfmk/kdp/
H A Dkdp_udp.h116 #define ip_v ip_vhltl.ip_x.ip_xv macro
H A Dkdp_udp.c509 ip->ip_v = IPVERSION;
579 ip->ip_v = IPVERSION;
1457 ip->ip_v = IPVERSION;
/darwin-on-arm/xnu/bsd/net/
H A Dif_gif.c461 switch (ip.ip_v) {
H A Dif_stf.c416 if (ip.ip_v != 4)
H A Dif_bridge.c5027 if (ip->ip_v != IPVERSION) {
H A Dpf.c2492 h->ip_v = 4;
/darwin-on-arm/xnu/bsd/netinet6/
H A Dipsec.c980 v = ip->ip_v;
2563 ip->ip_v = IPVERSION;

Completed in 191 milliseconds