Home
last modified time | relevance | path

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

/u-boot/net/
A Dtcp.c123 int tcp_len, int pkt_len) in tcp_set_pseudo_header() argument
140 b->ph.len = htons(tcp_len); in tcp_set_pseudo_header()
141 checksum_len = tcp_len + PSEUDO_HDR_SIZE; in tcp_set_pseudo_header()
246 int tcp_len; in tcp_set_tcp_header() local
319 tcp_len = pkt_len - IP_HDR_SIZE; in tcp_set_tcp_header()
349 tcp_len, pkt_len); in tcp_set_tcp_header()
640 int tcp_len = pkt_len - IP_HDR_SIZE; in rxhand_tcp_f() local
665 b->ip.hdr.ip_dst, tcp_len, in rxhand_tcp_f()
669 &net_ip, &net_server_ip, tcp_len); in rxhand_tcp_f()
674 payload_len = tcp_len - tcp_hdr_len; in rxhand_tcp_f()
/u-boot/include/net/
A Dtcp.h305 int tcp_len, int pkt_len);

Completed in 6 milliseconds