Home
last modified time | relevance | path

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

/openthread-latest/third_party/tcplp/bsdtcp/
Dtcp_input.c116 cc_ack_received(struct tcpcb *tp, struct tcphdr *th, uint16_t type) in cc_ack_received()
222 cc_cong_signal(struct tcpcb *tp, struct tcphdr *th, uint32_t type) in cc_cong_signal()
292 cc_post_recovery(struct tcpcb *tp, struct tcphdr *th) in cc_post_recovery()
324 cc_ecnpkt_handler(struct tcpcb *tp, struct tcphdr *th, uint8_t iptos) in cc_ecnpkt_handler()
401 tcp_dropwithreset(struct ip6_hdr* ip6, struct tcphdr *th, struct tcpcb *tp, otInstance* instance, in tcp_dropwithreset()
438 tcp_input(struct ip6_hdr* ip6, struct tcphdr* th, otMessage* msg, struct tcpcb* tp, struct tcpcb_li… in tcp_input()
1023 tcp_do_segment(struct ip6_hdr* ip6, struct tcphdr *th, otMessage* msg, in tcp_do_segment()
3244 tcp_newreno_partial_ack(struct tcpcb *tp, struct tcphdr *th) in tcp_newreno_partial_ack()
Dtcp_subr.c228 struct tcphdr *th = (struct tcphdr *)tcp_ptr; in tcpip_fillheaders() local
306 struct tcphdr th; in tcp_respond() local
Dtcp_reass.c54 tcp_reass(struct tcpcb* tp, struct tcphdr* th, int* tlenp, otMessage* data, off_t data_offset, stru… in tcp_reass()
Dtcp_timewait.c309 tcp_twcheck(struct tcpcb* tp, struct tcphdr *th, int tlen) in tcp_twcheck()
Dtcp_output.c113 struct tcphdr* th = NULL; in tcp_output() local
Dtcp_sack.c550 tcp_sack_partialack(struct tcpcb *tp, struct tcphdr *th) in tcp_sack_partialack()
Dtcp_var.h454 #define BYTES_THIS_ACK(tp, th) (th->th_ack - tp->snd_una) argument
585 tcp_fields_to_host(struct tcphdr *th) in tcp_fields_to_host()