Searched refs:ip_v (Results 1 - 14 of 14) sorted by relevance
/illumos-gate/usr/src/uts/common/netinet/ |
H A D | ip_var.h | 65 ip_v:4; member in struct:ipasfrag 67 uchar_t ip_v:4,
|
H A D | ip.h | 43 ip_v:4; /* version */ member in struct:ip 45 uchar_t ip_v:4, /* version */
|
/illumos-gate/usr/src/boot/include/netinet/ |
H A D | ip.h | 52 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 D | udp.c | 90 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 D | mac_ipv4.c | 168 iphp->ip_v = IPVERSION;
|
/illumos-gate/usr/src/uts/common/io/sfxge/ |
H A D | sfxge_tcp.c | 128 if (iphp->ip_v != IPV4_VERSION)
|
/illumos-gate/usr/src/stand/lib/inet/ |
H A D | ipv4.c | 719 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 D | traceroute_aux.c | 105 outip->ip_v = IPVERSION;
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_ip.c | 93 if (ip->ip_v == IPV6_VERSION) { 158 "Version = %d", ip->ip_v);
|
/illumos-gate/usr/src/uts/common/inet/ipf/ |
H A D | ip_fil_solaris.c | 1150 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 D | ip_compat.h | 1771 # 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 D | nxge_send.c | 1322 if (!(oiph->ip_v == IPV4_VERSION)) {
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/vrrpd/ |
H A D | vrrpd.c | 3084 ip->ip_v = IPV4_VERSION; 3445 assert(ip->ip_v == IPV4_VERSION);
|
/illumos-gate/usr/src/stand/lib/tcp/ |
H A D | tcp.c | 439 ipvers = ((struct ip *)pkt->b_rptr)->ip_v; 5495 tcp->tcp_ipha->ip_v = IP_VERSION;
|
Completed in 276 milliseconds