Searched refs:IPPROTO_UDP (Results 151 - 175 of 226) sorted by relevance

12345678910

/freebsd-11-stable/sys/net/altq/
H A Daltq_subr.c1206 case IPPROTO_UDP: {
1294 case IPPROTO_UDP: {
/freebsd-11-stable/usr.bin/rpcinfo/
H A Drpcinfo.c539 if (head->pml_map.pm_prot == IPPROTO_UDP)
770 if (pmaphead->pml_map.pm_prot == IPPROTO_UDP)
/freebsd-11-stable/sys/dev/xen/netback/
H A Dnetback.c2179 case IPPROTO_UDP:
2184 iph->ip_dst.s_addr, htons(IPPROTO_UDP + udplen));
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-icmp6.c949 case IPPROTO_UDP:
1193 case IPPROTO_UDP:
/freebsd-11-stable/contrib/ldns/
H A Dnet.c363 IPPROTO_UDP))
/freebsd-11-stable/sys/netgraph/
H A Dng_ksocket.c144 { "udp", IPPROTO_UDP, PF_INET },
/freebsd-11-stable/sys/kgssapi/
H A Dgsstest.c693 mapping.pm_prot = do_tcp ? IPPROTO_TCP : IPPROTO_UDP;
/freebsd-11-stable/lib/libc/net/
H A Dname6.c872 IPPROTO_UDP)) < 0)
/freebsd-11-stable/contrib/bsnmp/snmpd/
H A Dconfig.c787 hints.ai_protocol = IPPROTO_UDP;
/freebsd-11-stable/contrib/amd/amd/
H A Dsrvr_nfs.c306 call_portmap(fs, nfs_auth, MOUNTPROG, mnt_version, (u_long) IPPROTO_UDP);
/freebsd-11-stable/sys/i386/ibcs2/
H A Dibcs2_misc.c283 na.proto = IPPROTO_UDP;
/freebsd-11-stable/lib/libsysdecode/
H A Dflags.c911 if (level == IPPROTO_UDP)
/freebsd-11-stable/lib/libc/rpc/
H A Drpcb_clnt.c770 IPPROTO_UDP : IPPROTO_TCP;
/freebsd-11-stable/sbin/setkey/
H A Dparse.y1222 hints.ai_protocol = IPPROTO_UDP; /*dummy*/
/freebsd-11-stable/usr.sbin/ypbind/
H A Dypbind.c453 IPPROTO_UDP))
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dverbs.c836 if (grh->next_hdr == IPPROTO_UDP) {
/freebsd-11-stable/sys/netpfil/pf/
H A Dpf_lb.c243 if (!(proto == IPPROTO_TCP || proto == IPPROTO_UDP ||
/freebsd-11-stable/usr.bin/tftp/
H A Dmain.c284 hints.ai_protocol = IPPROTO_UDP;
/freebsd-11-stable/tools/tools/netmap/
H A Dpkt-gen.c1059 ip.ip_p = IPPROTO_UDP;
1071 ip6.ip6_nxt = IPPROTO_UDP;
1089 IPPROTO_UDP + (u_int32_t)ntohs(udp.uh_ulen)))));
1093 csum = IPPROTO_UDP << 24;
/freebsd-11-stable/usr.sbin/nfsuserd/
H A Dnfsuserd.c300 if ((sock = socket(nargs.nuserd_family, SOCK_DGRAM, IPPROTO_UDP)) < 0)
/freebsd-11-stable/contrib/ntp/sntp/
H A Dmain.c400 hints.ai_protocol = IPPROTO_UDP;
/freebsd-11-stable/sbin/ipfw/
H A Dnat.c266 return IPPROTO_UDP;
/freebsd-11-stable/sys/dev/ena/
H A Dena_datapath.c755 } else if (ip->ip_p == IPPROTO_UDP) {
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_log.c386 else if (p == IPPROTO_UDP)
H A Dfil.c480 case IPPROTO_UDP :
981 fin->fin_p = IPPROTO_UDP;
1770 case IPPROTO_UDP :
3447 case IPPROTO_UDP :
6704 case IPPROTO_UDP :
6731 if (fin->fin_p == IPPROTO_UDP && hdrsum == 0xffff)
8490 case IPPROTO_UDP :

Completed in 419 milliseconds

12345678910