Home
last modified time | relevance | path

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

/openthread-3.4.0/third_party/tcplp/bsdtcp/
Dtcp_const.h53 #define IP6HDR_SIZE (2 + 1 + 1 + 16 + 16) // IPHC header (2) + Next header (1) + Hop count (1) + De… macro
54 #define MSS_6LOWPAN ((FRAMES_PER_SEG * FRAMECAP_6LOWPAN) - IP6HDR_SIZE - sizeof(struct tcphdr))
Dtcp_input.c2848 size_t min_protoh = IP6HDR_SIZE + sizeof (struct tcphdr); in tcp_mss_update()
3052 min_protoh = IP6HDR_SIZE + sizeof(struct tcphdr); in tcp_mssopt()