Home
last modified time | relevance | path

Searched refs:IPH_VHLTOS_SET (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/core/lwip/src/include/ipv4/lwip/
Dip.h154 #define IPH_VHLTOS_SET(hdr, v, hl, tos) (hdr)->_v_hl_tos = (htons(((v) << 12) | ((hl) << 8) | (tos)… macro
/external/syslinux/core/lwip/src/core/ipv4/
Dip.c660 IPH_VHLTOS_SET(iphdr, 4, ip_hlen / 4, tos);