Home
last modified time | relevance | path

Searched defs:tcp_options_len (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/subsys/net/ip/
Dtcp.c327 size_t tcp_options_len = (th_off(th) - 5) * 4; in tcp_data_len() local
1070 static uint8_t *tcp_options_get(struct net_pkt *pkt, int tcp_options_len, in tcp_options_get()
2808 size_t tcp_options_len = th ? (th_off(th) - 5) * 4 : 0; in tcp_in() local