Home
last modified time | relevance | path

Searched refs:IPH_TOS_SET (Results 1 – 3 of 3) sorted by relevance

/lib/liblwip/src/include/ipv4/lwip/
Dip.h157 #define IPH_TOS_SET(hdr, tos) (hdr)->_tos = (tos) macro
/lib/liblwip/test/unit/tcp/
Dtcp_helper.c68 IPH_TOS_SET(iphdr, 0); in tcp_create_segment_wnd()
/lib/liblwip/src/core/ipv4/
Dip.c730 IPH_TOS_SET(iphdr, tos);