Searched refs:IPPROTO_UDP (Results 126 - 150 of 226) sorted by relevance

12345678910

/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_nat.c3688 else if (p == IPPROTO_UDP)
3810 } else if (oip->ip_p == IPPROTO_UDP) {
3979 if (oip->ip_p == IPPROTO_UDP) {
4100 case IPPROTO_UDP :
4430 case IPPROTO_UDP :
4662 fi.fin_p = IPPROTO_UDP;
4811 if (nat->nat_pr[0] == IPPROTO_UDP)
4893 case IPPROTO_UDP :
5382 case IPPROTO_UDP :
5830 case IPPROTO_UDP
[all...]
H A Dip_state.c1296 case IPPROTO_UDP :
1645 case IPPROTO_UDP :
2849 case IPPROTO_UDP :
3186 case IPPROTO_UDP :
4414 if (ipsl.isl_p == IPPROTO_TCP || ipsl.isl_p == IPPROTO_UDP) {
4598 case IPPROTO_UDP :
4804 case IPPROTO_UDP :
/freebsd-11-stable/sys/netinet/
H A Dudp_usrreq.c455 if (proto == IPPROTO_UDP)
488 ((struct ipovly *)ip)->ih_len = (proto == IPPROTO_UDP) ?
499 if (proto == IPPROTO_UDP) {
/freebsd-11-stable/sys/netpfil/ipfw/nat64/
H A Dnat64lsn.c289 case IPPROTO_UDP:
1671 nat64lsn_proto_map[IPPROTO_UDP] = NAT_PROTO_UDP;
1677 nat64lsn_rproto_map[NAT_PROTO_UDP] = IPPROTO_UDP;
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipmon.c920 if (sl->isl_p == IPPROTO_TCP || sl->isl_p == IPPROTO_UDP) {
1212 if ((p == IPPROTO_TCP || p == IPPROTO_UDP) && !off) {
1279 (ipc->ip_p == IPPROTO_UDP))) {
H A Dipftest.c686 case IPPROTO_UDP :
H A Dipfstat.c1412 (ips.is_p == IPPROTO_UDP)) &&
1463 (ips.is_p == IPPROTO_UDP)) {
1641 (tp->st_p == IPPROTO_UDP)) {
/freebsd-11-stable/release/picobsd/tinyware/ns/
H A Dns.c601 mib[2] = IPPROTO_UDP;
/freebsd-11-stable/lib/libc/net/
H A Dgetaddrinfo.c172 { PF_INET6, SOCK_DGRAM, IPPROTO_UDP,
185 { PF_INET, SOCK_DGRAM, IPPROTO_UDP,
870 ai.ai_protocol = IPPROTO_UDP; /* is UDP too specific? */
1543 case IPPROTO_UDP:
/freebsd-11-stable/sys/netipsec/
H A Dipsec_input.c325 (prot == IPPROTO_UDP || prot == IPPROTO_TCP))
/freebsd-11-stable/usr.sbin/ppp/
H A Dfilter.c374 case IPPROTO_UDP:
H A Dnat_cmd.c128 proto_constant = IPPROTO_UDP;
/freebsd-11-stable/usr.sbin/rpcbind/
H A Drpcbind.c572 pml->pml_map.pm_prot = IPPROTO_UDP;
H A Drpcb_svc_com.c1408 pmap.pm_prot = IPPROTO_UDP;
1458 prot = IPPROTO_UDP;
/freebsd-11-stable/sys/net/
H A Dif_vxlan.c942 SOCK_DGRAM, IPPROTO_UDP, td->td_ucred, td);
2351 ip->ip_p = IPPROTO_UDP;
2407 ip6->ip6_nxt = IPPROTO_UDP;
2421 m->m_pkthdr.len - sizeof(struct ip6_hdr), IPPROTO_UDP, 0);
/freebsd-11-stable/usr.sbin/ypldap/
H A Dyp.c125 yp_dispatch, IPPROTO_UDP)) {
/freebsd-11-stable/usr.sbin/rpc.lockd/
H A Dlockd.c210 s = socket(AF_INET6, SOCK_DGRAM, IPPROTO_UDP);
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-icmp.c394 case IPPROTO_UDP:
/freebsd-11-stable/contrib/ofed/librdmacm/
H A Dpreload.c207 !strcasecmp(proto, "IPPROTO_UDP")) {
208 config[config_cnt].protocol = IPPROTO_UDP;
237 protocol = IPPROTO_UDP;
/freebsd-11-stable/crypto/openssh/regress/
H A Dnetcat.c334 hints.ai_protocol = uflag ? IPPROTO_UDP : IPPROTO_TCP;
637 ahints.ai_protocol = uflag ? IPPROTO_UDP : IPPROTO_TCP;
/freebsd-11-stable/usr.bin/netstat/
H A Dinet.c106 case IPPROTO_UDP:
337 case IPPROTO_UDP:
/freebsd-11-stable/lib/libradius/
H A Dradlib.c730 if ((h->fd = socket(PF_INET, SOCK_DGRAM, IPPROTO_UDP)) == -1) {
983 if ((h->fd = socket(PF_INET, SOCK_DGRAM, IPPROTO_UDP)) == -1) {
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_config.c2820 hints.ai_protocol = IPPROTO_UDP;
3731 hints.ai_protocol = IPPROTO_UDP;
4283 hints.ai_protocol = IPPROTO_UDP;
4363 hints.ai_protocol = IPPROTO_UDP;
4543 hints.ai_protocol = IPPROTO_UDP;
/freebsd-11-stable/tools/tools/net80211/wesside/wesside/
H A Dwesside.c226 ph->ippseudo_p = IPPROTO_UDP;
797 ih->ip_p = IPPROTO_UDP;
1902 ih->ip_p = IPPROTO_UDP;
/freebsd-11-stable/sys/dev/qlxgb/
H A Dqla_hw.c875 else if (ip->ip_p == IPPROTO_UDP)
896 else if (ip6->ip6_nxt == IPPROTO_UDP)

Completed in 408 milliseconds

12345678910