Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/prot/
Dip4.h120 #define IPH_TOS_SET(hdr, tos) (hdr)->_tos = (tos) macro
/third_party/lwip/test/unit/ip4/
Dtest_ip4.c31 IPH_TOS_SET(iphdr, 0); in create_ip4_input_fragment()
/third_party/lwip/test/unit/tcp/
Dtcp_helper.c75 IPH_TOS_SET(iphdr, 0); in tcp_create_segment_wnd()
/third_party/lwip/src/core/ipv4/
Dip4.c962 IPH_TOS_SET(iphdr, tos);