Home
last modified time | relevance | path

Searched defs:tos (Results 1 – 4 of 4) sorted by relevance

/lib/liblwip/src/core/ipv4/
Dip.c642 u8_t ttl, u8_t tos,
656 u8_t ttl, u8_t tos, u8_t proto, struct netif *netif, void *ip_options,
819 u8_t ttl, u8_t tos, u8_t proto)
858 u8_t ttl, u8_t tos, u8_t proto, u8_t *addr_hint)
/lib/liblwip/src/core/ipv6/
Dip6.c333 u8_t ttl, u8_t tos, u8_t proto, u8_t *addr_hint) in ip_output_hinted()
/lib/liblwip/src/include/ipv4/lwip/
Dip.h157 #define IPH_TOS_SET(hdr, tos) (hdr)->_tos = (tos) argument
/lib/liblwip/src/include/lwip/
Dsockets.h198 #define IPTOS_TOS(tos) ((tos) & IPTOS_TOS_MASK) argument
215 #define IPTOS_PREC(tos) ((tos) & IPTOS_PREC_MASK) argument