Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/prot/
H A Dip4.h114 #define IPH_TOS_SET(hdr, tos) (hdr)->_tos = (tos) macro
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/prot/
H A Dip4.h118 #define IPH_TOS_SET(hdr, tos) (hdr)->_tos = (tos) macro
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/ipv4/lwip/
H A Dip.h157 #define IPH_TOS_SET(hdr, tos) (hdr)->_tos = (tos) macro