Searched refs:IPVERSION (Results 1 – 10 of 10) sorted by relevance
43 #define IPVERSION 4 macro
67 #define IPVERSION 4 macro
671 if (packet.iph.protocol != IPPROTO_UDP || packet.iph.version != IPVERSION in read_raw()756 packet.iph.version = IPVERSION; in send_raw()
943 packet.iph.version = IPVERSION; in send_packet()
80 #define IPVERSION 4 macro
4228 ip->ip_v = IPVERSION;11825 ip->ip_v = IPVERSION;
8226 case IPVERSION:
1219 pub const IPVERSION: u8 = 4; constant