Home
last modified time | relevance | path

Searched refs:IPPROTO_UDP (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/tools/
H A Dncb.c17 s = socket (PF_INET, SOCK_DGRAM, IPPROTO_UDP); in main()
/rk3399_rockchip-uboot/arch/sandbox/cpu/
H A Deth-raw-os.c121 priv->sd = socket(AF_INET, SOCK_RAW, IPPROTO_UDP); in _local_inet_start()
/rk3399_rockchip-uboot/net/
H A Dnet.c1219 } else if (ip->ip_p != IPPROTO_UDP) { /* Only UDP packets */ in net_process_received_packet()
1474 ip->ip_p = IPPROTO_UDP; in net_set_udp_header()
/rk3399_rockchip-uboot/include/
H A Dnet.h356 #define IPPROTO_UDP 17 /* User Datagram Protocol */ macro