Home
last modified time | relevance | path

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

/lk-master/external/lib/lwip/core/ipv4/
A 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)
/lk-master/external/lib/lwip/core/ipv6/
A Dip6.c333 u8_t ttl, u8_t tos, u8_t proto, u8_t *addr_hint) in ip_output_hinted()
/lk-master/external/lib/lwip/include/ipv4/lwip/
A Dip.h157 #define IPH_TOS_SET(hdr, tos) (hdr)->_tos = (tos) argument
/lk-master/external/lib/lwip/include/lwip/
A Dsockets.h198 #define IPTOS_TOS(tos) ((tos) & IPTOS_TOS_MASK) argument
215 #define IPTOS_PREC(tos) ((tos) & IPTOS_PREC_MASK) argument

Completed in 9 milliseconds