Searched defs:dport (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/net/ |
H A D | net.c | 760 static void dummy_handler(uchar *pkt, unsigned dport, in dummy_handler() 824 int net_send_udp_packet(uchar *ether, struct in_addr dest, int dport, int sport, in net_send_udp_packet() 831 int net_send_ip_packet(uchar *ether, struct in_addr dest, int dport, int sport, in net_send_ip_packet() 1528 void net_set_udp_header(uchar *pkt, struct in_addr dest, int dport, int sport, in net_set_udp_header()
|
H A D | fastboot.c | 256 static void fastboot_handler(uchar *packet, unsigned int dport, in fastboot_handler()
|