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

/illumos-gate/usr/src/uts/common/netinet/
H A Dip_var.h65 ip_v:4; member in struct:ipasfrag
67 uchar_t ip_v:4,
H A Dip.h43 ip_v:4; /* version */ member in struct:ip
45 uchar_t ip_v:4, /* version */
/illumos-gate/usr/src/boot/include/netinet/
H A Dip.h52 ip_v:4; /* version */ member in struct:ip
55 u_char ip_v:4, /* version */ member in struct:ip
/illumos-gate/usr/src/boot/lib/libstand/
H A Dudp.c90 ip->ip_v = IPVERSION; /* half-char */
182 if (ip->ip_v != IPVERSION ||
186 printf("readudp: IP version or not UDP. ip_v=%d ip_p=%d\n", ip->ip_v, ip->ip_p);
/illumos-gate/usr/src/uts/common/io/mac/plugins/
H A Dmac_ipv4.c168 iphp->ip_v = IPVERSION;
/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_tcp.c128 if (iphp->ip_v != IPV4_VERSION)
/illumos-gate/usr/src/stand/lib/inet/
H A Dipv4.c719 if (iphp->ip_v != IPVERSION) {
721 index, iphp->ip_v);
1001 iphp->ip_v = IPVERSION;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute_aux.c105 outip->ip_v = IPVERSION;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ip.c93 if (ip->ip_v == IPV6_VERSION) {
158 "Version = %d", ip->ip_v);
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_fil_solaris.c1150 ip->ip_v = fin->fin_v;
1185 * For IPv4 packets, ip_len must be in host byte order, and ip_v,
1347 ip->ip_v = fin->fin_v;
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h1771 # define IP_V(x) (x)->ip_v
1774 # define IP_V_A(x,y) (x)->ip_v = (y)
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_send.c1322 if (!(oiph->ip_v == IPV4_VERSION)) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/vrrpd/
H A Dvrrpd.c3084 ip->ip_v = IPV4_VERSION;
3445 assert(ip->ip_v == IPV4_VERSION);
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c439 ipvers = ((struct ip *)pkt->b_rptr)->ip_v;
5495 tcp->tcp_ipha->ip_v = IP_VERSION;

Completed in 276 milliseconds