Searched refs:net_send_tcp_packet (Results 1 – 5 of 5) sorted by relevance
| /u-boot/net/ |
| A D | wget.c | 99 net_send_tcp_packet(0, SERVER_PORT, our_port, action, in wget_send_stored() 105 net_send_tcp_packet(0, SERVER_PORT, our_port, action, in wget_send_stored() 120 net_send_tcp_packet((offset - ptr), SERVER_PORT, our_port, in wget_send_stored() 127 net_send_tcp_packet(0, SERVER_PORT, our_port, action, in wget_send_stored()
|
| A D | fastboot_tcp.c | 35 net_send_tcp_packet(len, htons(curr_sport), htons(curr_dport), in fastboot_tcp_answer()
|
| A D | tcp.c | 714 net_send_tcp_packet(0, ntohs(b->ip.hdr.tcp_src), in rxhand_tcp_f()
|
| A D | net.c | 904 int net_send_tcp_packet(int payload_len, int dport, int sport, u8 action, in net_send_tcp_packet() function
|
| /u-boot/include/ |
| A D | net.h | 669 int net_send_tcp_packet(int payload_len, int dport, int sport, u8 action,
|
Completed in 32 milliseconds