Searched refs:IPV6_PAYLOAD_LEN_OFFSET (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/common/include/proto/
H A Dbcmip.h135 #define IPV6_PAYLOAD_LEN_OFFSET 4 /* payload length offset */ macro
152 ((((uint8 *)(ipv6_body))[IPV6_PAYLOAD_LEN_OFFSET + 0] << 8) | \
153 ((uint8 *)(ipv6_body))[IPV6_PAYLOAD_LEN_OFFSET + 1])
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/proxyarp/
H A Dproxyarp_common.c488 (na + IPV6_PAYLOAD_LEN_OFFSET));

Completed in 107 milliseconds