Searched refs:tos (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/include/netinet/
H A Dip.h32 uint8_t tos; member in struct:iphdr
119 #define IPTOS_TOS(tos) ((tos)&IPTOS_TOS_MASK)
127 #define IPTOS_PREC(tos) ((tos)&IPTOS_PREC_MASK)
/fuchsia/zircon/third_party/ulib/musl/include/net/
H A Droute.h90 #define RT_TOS(tos) ((tos)&IPTOS_TOS_MASK)
/fuchsia/zircon/third_party/ulib/ngunwind/src/dwarf/
H A DGexpr.c202 unsigned int tos = 0; local
209 if ((tos - 1) >= MAX_EXPR_STACK_SIZE) \
214 stack[--tos]; \
219 if (tos >= MAX_EXPR_STACK_SIZE) \
224 stack[tos++] = _x; \
228 unsigned int _index = tos - 1 - (n); \

Completed in 25 milliseconds