Home
last modified time | relevance | path

Searched refs:IPPROTO_UDP (Results 76 – 100 of 125) sorted by relevance

12345

/openbsd/lib/libcrypto/arc4random/
H A Dgetentropy_osx.c198 static int udpmib[] = { CTL_NET, AF_INET, IPPROTO_UDP, UDPCTL_STATS };
/openbsd/usr.sbin/npppd/npppd/
H A Dnpppd_subr.c334 case IPPROTO_UDP: in ip_is_idle_packet()
/openbsd/usr.sbin/amd/amd/
H A Dsrvr_nfs.c246 MOUNTVERS, (unsigned long) IPPROTO_UDP); in recompute_portmap()
/openbsd/usr.sbin/ypserv/ypserv/
H A Dypserv.c486 proto = IPPROTO_UDP; in main()
/openbsd/sbin/isakmpd/
H A Dpolicy.c946 case IPPROTO_UDP: in policy_callback()
1254 case IPPROTO_UDP: in policy_callback()
1576 case IPPROTO_UDP: in policy_callback()
H A Dutil.c213 hints.ai_protocol = IPPROTO_UDP; in text2sockaddr()
/openbsd/usr.sbin/ypbind/
H A Dypbind.c382 IPPROTO_UDP)) { in main()
402 if ((lsock = socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP)) == -1) { in main()
/openbsd/lib/libc/rpc/
H A Dsvc_udp.c107 if ((sock = socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP)) == -1) in svcudp_bufcreate()
/openbsd/usr.sbin/tcpdump/
H A Dprint-ip.c393 case IPPROTO_UDP: in ip_print()
H A Dprint-udp.c415 cksum += htons(IPPROTO_UDP); in udp_print()
/openbsd/sbin/pfctl/
H A Dpf_print_state.c297 } else if (s->proto == IPPROTO_UDP && src->state < PFUDPS_NSTATES && in print_state()
/openbsd/sys/netinet6/
H A Dip6_output.c2660 case IPPROTO_UDP: in in6_delayed_cksum()
2699 else if (nxt == IPPROTO_UDP) in in6_proto_cksum_out()
2719 ip6->ip6_nxt != IPPROTO_UDP || in in6_proto_cksum_out()
2722 in6_delayed_cksum(m, IPPROTO_UDP); in in6_proto_cksum_out()
/openbsd/sys/net/
H A Dif_vxlan.c433 ip->ip_p = IPPROTO_UDP; in vxlan_encap_ipv4()
458 ip6->ip6_nxt = IPPROTO_UDP; in vxlan_encap_ipv6()
931 error = socreate(vt->vt_af, &so, SOCK_DGRAM, IPPROTO_UDP); in vxlan_tep_add_addr()
/openbsd/sys/netinet/
H A Dip_output.c1817 if (csum == 0 && ip->ip_p == IPPROTO_UDP) in in_delayed_cksum()
1825 case IPPROTO_UDP: in in_delayed_cksum()
1866 else if (ip->ip_p == IPPROTO_UDP) in in_proto_cksum_out()
H A Din_pcb.c203 case IPPROTO_UDP: in in_baddynamic()
222 case IPPROTO_UDP: in in_rootonly()
/openbsd/usr.sbin/ripd/
H A Dripe.c96 IPPROTO_UDP)) == -1) in ripe()
/openbsd/usr.bin/tftp/
H A Dmain.c197 hints.ai_protocol = IPPROTO_UDP; in setpeer()
/openbsd/sys/nfs/
H A Dkrpc_subr.c172 sdata->proto = txdr_unsigned(IPPROTO_UDP); in krpc_portmap()
H A Dnfs_syscalls.c230 if (so->so_proto->pr_protocol == IPPROTO_UDP) { in nfssvc_addsock()
/openbsd/gnu/usr.bin/perl/cpan/IO-Socket-IP/lib/IO/Socket/
H A DIP.pm472 $hints{socktype} = SOCK_DGRAM if $hints{protocol} == IPPROTO_UDP;
/openbsd/sbin/dhcpleased/
H A Dfrontend.c1124 ip.ip_p = IPPROTO_UDP; in bpf_send_packet()
1141 IPPROTO_UDP + (uint32_t)ntohs(udp.uh_ulen))))); in bpf_send_packet()
/openbsd/usr.sbin/npppd/l2tp/
H A Dl2tpd.c275 SOCK_DGRAM | SOCK_NONBLOCK, IPPROTO_UDP)) < 0) { in l2tpd_listener_start()
/openbsd/regress/lib/libc/asr/bin/
H A Dcommon.c69 { IPPROTO_UDP, "udp" },
/openbsd/sbin/iked/
H A Dutil.c170 SOCK_DGRAM | SOCK_NONBLOCK, IPPROTO_UDP)) == -1) { in udp_bind()
/openbsd/usr.sbin/radiusd/
H A Dradiusd_radius.c167 if (addrport_parse(paramvalv[0], IPPROTO_UDP, &res) != 0) in module_radius_config_set()

12345