Searched refs:tcp_build_pkt (Results 1 - 3 of 3) sorted by relevance

/u-boot/include/net/
H A Dtcp.h241 * union tcp_build_pkt - union for building TCP/IP packet.
251 union tcp_build_pkt { union
302 void rxhand_tcp_f(union tcp_build_pkt *b, unsigned int len);
/u-boot/net/
H A Dtcp.c125 union tcp_build_pkt *b = (union tcp_build_pkt *)pkt;
156 int net_set_ack_options(union tcp_build_pkt *b)
211 void net_set_syn_options(union tcp_build_pkt *b)
243 union tcp_build_pkt *b = (union tcp_build_pkt *)pkt;
638 void rxhand_tcp_f(union tcp_build_pkt *b, unsigned int pkt_len)
H A Dnet.c1391 rxhand_tcp_f((union tcp_build_pkt *)ip, len);

Completed in 113 milliseconds