Searched defs:IPH_TOS_SET (Results 1 - 4 of 4) sorted by relevance

/barrelfish-master/include/lwip2/lwip/prot/
H A Dip4.h114 #define IPH_TOS_SET(hdr, tos) (hdr)->_tos = (tos) macro
/barrelfish-master/lib/devif/backends/net/
H A Dheaders.h73 #define IPH_TOS_SET(hdr, tos) (hdr)->_tos = (tos) macro
/barrelfish-master/include/
H A Darranet_impl.h107 #define IPH_TOS_SET(hdr, tos) (hdr)->_tos = (tos) macro
/barrelfish-master/usr/bench/udp_echo/
H A Dudp_ipip_openloop.c91 #define IPH_TOS_SET(hdr, tos) (hdr)->_tos = (tos) macro

Completed in 40 milliseconds