Home
last modified time | relevance | path

Searched refs:ihl (Results 1 – 4 of 4) sorted by relevance

/busybox-1.35.0/networking/
Dping.c182 unsigned int ihl:4; member
186 unsigned int ihl:4;
285 pkt = (struct icmp *) (G.packet + (iphdr->ihl << 2)); /* skip ip hdr */ in ping4()
704 hlen = iphdr->ihl << 2; in unpack4()
/busybox-1.35.0/networking/udhcp/
Dpacket.c172 packet.ip.ihl = sizeof(packet.ip) >> 2; in udhcp_send_raw_packet()
Ddhcpc.c931 || packet.ip.ihl != (sizeof(packet.ip) >> 2) in d4_recv_raw_packet()
/busybox-1.35.0/networking/libiproute/
Diptunnel.c192 p->iph.ihl = 5; in parse_args()