Searched refs:IPVERSION (Results 1 – 9 of 9) sorted by relevance
34 #define IPVERSION 4 macro
44 #define IPVERSION 4 macro
111 ip->ip_v = IPVERSION; /* half-char */ in sendip()230 if (ip->ip_v != IPVERSION || /* half char */ in readipv4()
168 iphp->ip_v = IPVERSION; in mac_ipv4_header()
196 IP_V_A(ip, IPVERSION);
103 outip->ip_v = IPVERSION; in set_buffers()
719 if (iphp->ip_v != IPVERSION) { in ipv4_input()1001 iphp->ip_v = IPVERSION; in ipv4_output()
544 if (ip->ip_v != IPVERSION && ip->ip_p != IPPROTO_UDP) { in libvarpd_plugin_proxy_dhcp()
2088 #ifndef IPVERSION2089 # define IPVERSION 4 macro