Searched refs:IPPROTO_UDP (Results 1 – 6 of 6) sorted by relevance
17 s = socket (PF_INET, SOCK_DGRAM, IPPROTO_UDP); in main()
122 p.ip_udp.ip_p = IPPROTO_UDP; in send_dhcp_discover()386 buffer.p.ip_udp.ip_p != IPPROTO_UDP || in execute()
43 ut_asserteq(ip_udp_hdr->ip_p, IPPROTO_UDP); in sb_log_tx_handler()
816 IPPROTO_UDP, 0, 0, 0); in net_send_udp_packet()845 case IPPROTO_UDP: in net_send_ip_packet()1256 } else if (ip->ip_p != IPPROTO_UDP) { /* Only UDP packets */ in net_process_received_packet()1515 IPPROTO_UDP); in net_set_udp_header()
164 priv->sd = socket(AF_INET, SOCK_RAW, IPPROTO_UDP); in _local_inet_start()
372 #define IPPROTO_UDP 17 /* User Datagram Protocol */ macro
Completed in 13 milliseconds