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

/vbox/src/VBox/Devices/Network/lwip/src/include/ipv4/lwip/
H A Dicmp.h105 #define ICMPH_TYPE(hdr) (ntohs((hdr)->_type_code) >> 8) macro
109 #define ICMPH_CODE_SET(hdr, code) ((hdr)->_type_code = htons((code) | (ICMPH_TYPE(hdr) << 8)))
/vbox/src/VBox/Devices/Network/lwip-new/src/include/ipv4/lwip/
H A Dicmp.h97 #define ICMPH_TYPE(hdr) ((hdr)->type) macro

Completed in 42 milliseconds