Searched defs:dport (Results 1 – 7 of 7) sorted by relevance
| /u-boot/net/ |
| A D | net.c | 832 static void dummy_handler(uchar *pkt, unsigned dport, in dummy_handler() 896 int net_send_udp_packet(uchar *ether, struct in_addr dest, int dport, int sport, in net_send_udp_packet() 904 int net_send_tcp_packet(int payload_len, int dport, int sport, u8 action, in net_send_tcp_packet() 913 int net_send_ip_packet(uchar *ether, struct in_addr dest, int dport, int sport, in net_send_ip_packet() 1664 void net_set_udp_header(uchar *pkt, struct in_addr dest, int dport, int sport, in net_set_udp_header()
|
| A D | tcp.c | 92 static void dummy_handler(uchar *pkt, u16 dport, in dummy_handler() 240 int tcp_set_tcp_header(uchar *pkt, int dport, int sport, int payload_len, in tcp_set_tcp_header()
|
| A D | fastboot_tcp.c | 71 static void fastboot_tcp_handler_ipv4(uchar *pkt, u16 dport, in fastboot_tcp_handler_ipv4()
|
| A D | fastboot_udp.c | 225 static void fastboot_handler(uchar *packet, unsigned int dport, in fastboot_handler()
|
| A D | wget.c | 282 static void wget_handler(uchar *pkt, u16 dport, in wget_handler()
|
| A D | net6.c | 327 int net_send_udp_packet6(uchar *ether, struct in6_addr *dest, int dport, in net_send_udp_packet6()
|
| /u-boot/include/ |
| A D | net6.h | 430 int dport, int sport, int len) in net_send_udp_packet6()
|
Completed in 20 milliseconds