Searched defs:IPH_TTL_SET (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip/src/include/ipv4/lwip/
H A Dip.h142 #define IPH_TTL_SET(hdr, ttl) (hdr)->_ttl_proto = (htons(IPH_PROTO(hdr) | ((u16_t)(ttl) << 8))) macro
/vbox/src/VBox/Devices/Network/lwip-new/src/include/ipv4/lwip/
H A Dip4.h109 #define IPH_TTL_SET(hdr, ttl) (hdr)->_ttl = (u8_t)(ttl) macro

Completed in 42 milliseconds