Searched refs:IP6HDR_SIZE (Results 1 – 2 of 2) sorted by relevance
53 #define IP6HDR_SIZE (2 + 1 + 1 + 16 + 16) // IPHC header (2) + Next header (1) + Hop count (1) + De… macro54 #define MSS_6LOWPAN ((FRAMES_PER_SEG * FRAMECAP_6LOWPAN) - IP6HDR_SIZE - sizeof(struct tcphdr))
2848 size_t min_protoh = IP6HDR_SIZE + sizeof (struct tcphdr); in tcp_mss_update()3052 min_protoh = IP6HDR_SIZE + sizeof(struct tcphdr); in tcp_mssopt()