Searched refs:ihl (Results 1 - 3 of 3) sorted by relevance

/seL4-camkes-master/projects/musllibc/include/netinet/
H A Dip.h27 unsigned int ihl:4; member in struct:iphdr
31 unsigned int ihl:4;
/seL4-camkes-master/projects/picotcp/test/unit/
H A Dmodunit_pico_igmp.c209 uint8_t ihl = 24; local
213 ihl = (uint8_t)((hdr->vhl & 0x0F) * 4); /* IHL is in 32bit words */
220 hdr->len = short_be((uint16_t)(12 + ihl));
223 hdr->len = short_be((uint16_t)(8 + ihl));
229 hdr->len = short_be((uint16_t)(9 + ihl));
/seL4-camkes-master/projects/picotcp/modules/
H A Dpico_igmp.c417 uint8_t ihl = 24, datalen = 0; local
420 ihl = (uint8_t)((hdr->vhl & 0x0F) * 4); /* IHL is in 32bit words */
421 datalen = (uint8_t)(short_be(hdr->len) - ihl);
439 uint8_t ihl = 24, datalen = 0; local
451 ihl = (uint8_t)((hdr->vhl & 0x0F) * 4); /* IHL is in 32bit words */
452 datalen = (uint8_t)(short_be(hdr->len) - ihl);
453 igmp_dbg("IGMP: IHL = %u, LEN = %u, OCTETS = %u\n", ihl, short_be(hdr->len), datalen);

Completed in 88 milliseconds