Home
last modified time | relevance | path

Searched refs:u_int8_t (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/third_party/tcplp/bsdtcp/
Dip6.h97 u_int8_t ip6_un1_nxt; /* next header */
98 u_int8_t ip6_un1_hlim; /* hop limit */
100 u_int8_t ip6_un2_vfc; /* 4 bits version, top 4 bits class */
Dtypes.h54 typedef uint8_t u_int8_t; /* unsigned integrals (deprecated) */ typedef
Dtcp_var.h506 u_int8_t *to_tfo_cookie; /* pointer to the TFO cookie */
508 u_int8_t to_wscale; /* window scaling */
509 u_int8_t to_nsacks; /* number of SACK blocks */
510 u_int8_t to_tfo_len; /* TFO cookie length */
Dtcp_fastopen.c584 SipHash_Final((u_int8_t *)&siphash, &ctx);
598 SipHash_Final((u_int8_t *)&psk_cookie, &ctx);
Dtcp_output.c749 (u_int8_t *)&tp->t_tfo_cookie.server; in tcp_output()