Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/net/
H A Dnet.c1029 ntohs(ip->udp_dst), src_ip, in receive_icmp()
1272 ntohs(ip->udp_dst), in net_process_received_packet()
1280 ntohs(ip->udp_dst), in net_process_received_packet()
1478 ip->udp_dst = htons(dport); in net_set_udp_header()
/rk3399_rockchip-uboot/include/
H A Dnet.h397 u16 udp_dst; /* UDP destination port */ member