HomeSort by: relevance | last modified time | path
    Searched refs:udp (Results 1 - 25 of 230) sorted by relevancy

1 2 3 4 5 6 7 8 910

  /src/sys/netinet6/
udp6.h 36 #include <netinet/udp.h>
  /src/crypto/external/bsd/heimdal/dist/etc/
services.append 6 kerberos 88/udp kerberos-sec # Kerberos v5 UDP
8 kpasswd 464/udp # password changing
14 kerberos-adm 749/udp # v5 kadmin
16 kerberos-iv 750/udp kdc # Kerberos authentication--udp
18 kerberos_master 751/udp # v4 kadmin
29 krb524 4444/udp # MIT 5->4
  /src/external/bsd/blocklist/etc/
ipf.conf 25 block in proto tcp/udp from any to any head blocklistd
40 # XXX This example still allows UDP services, but we would need to duplicate
41 # each rule with "proto udp" (and without "flags blah") due to IPF parsing
44 block in proto tcp/udp from any to any head attackers
  /src/external/mpl/dhcp/dist/common/
packet.c 43 #include "includes/netinet/udp.h"
134 /* UDP header and IP header assembled together for convenience. */
148 struct udphdr udp; local
156 ip.ip_len = htons(sizeof(ip) + sizeof(udp) + len);
172 /* Fill out the UDP header */
173 udp.uh_sport = *libdhcp_callbacks.local_port; /* XXX */
174 udp.uh_dport = port; /* XXX */
178 udp.uh_sport = relay_port;
181 udp.uh_ulen = htons(sizeof(udp) + len)
264 struct udphdr udp; local
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/query_source/
tests_querysource_none.py 29 res = isctest.query.udp(msg, "10.53.0.2")
32 res = isctest.query.udp(msg, "10.53.0.3")
35 res = isctest.query.udp(msg, "10.53.0.4")
38 res = isctest.query.udp(msg, "10.53.0.5")
46 res = isctest.query.udp(msg, "fd92:7065:b8e:ffff::2")
49 res = isctest.query.udp(msg, "fd92:7065:b8e:ffff::3")
52 res = isctest.query.udp(msg, "fd92:7065:b8e:ffff::4")
55 res = isctest.query.udp(msg, "fd92:7065:b8e:ffff::5")
  /src/external/bsd/ipf/dist/perl/
logfilter.pl 28 %udp = ();
44 if ($proto =~ m/^udp$/) { $udp{$identifier} = $filename; last SWITCH; };
72 # to a TCP or UDP connection (eg Port Unreachable).
105 # UDP Protocol - same procedure as with TCP, different hash
111 $filename = $udp{$sport} if (defined($udp{$sport}));
112 $filename = $udp{$dport} if (defined($udp{$dport}));
157 udp 25 smtp.lo
    [all...]
  /src/sys/external/bsd/ipf/netinet/
ip_netbios_pxy.c 79 udphdr_t *udp; local
87 dlen = fin->fin_dlen - sizeof(*udp);
95 udp = (udphdr_t *)fin->fin_dp;
96 off = (char *)udp - (char *)ip + sizeof(*udp) + fin->fin_ipoff;
101 * udp header;
114 dgmbuf[4] = (char)((udp->uh_sport )&0xFF);
115 dgmbuf[5] = (char)((udp->uh_sport >> 8)&0xFF);
  /src/external/mpl/bind/dist/bin/tests/system/expiredglue/
tests_expiredglue.py 19 res1 = isctest.query.udp(msg1, ns4.ip)
24 res2 = isctest.query.udp(msg2, ns4.ip)
28 res3 = isctest.query.udp(msg3, ns4.ip)
36 res1_2 = isctest.query.udp(msg1, ns4.ip)
40 res2_2 = isctest.query.udp(msg2, ns4.ip)
44 res3_2 = isctest.query.udp(msg3, ns4.ip)
51 res = isctest.query.udp(msg, ns4.ip)
  /src/etc/
named.conf 22 # the IPv6 and UDP headers and the aforementioned research.
26 max-udp-size 1232;
27 edns-udp-size 1232;
  /src/external/bsd/ipf/dist/rules/
ipmon.conf 11 match { protocol = udp, result = block; }
12 do { file("file:///var/log/udp-block"); };
23 protocol = udp, srcip = 10.1.0.0/16, dstip = 192.168.1.0/24; }
tcpstate 9 # allow nameserver queries and replies to pass through, but no other UDP
11 pass out quick on le0 proto udp from any to any port = 53 keep state
12 block out on le0 proto udp all
13 block in on le0 proto udp all
BASIC.NAT 15 # For normal TCP/UDP and other IP protocols
17 map ppp0 w.x.y.z/24 -> a.b.c.d/32 portmap tcp/udp 40000:60000
22 #map ppp0 w.x.y.z/24 -> 0/32 portmap tcp/udp 40000:60000
28 #map ppp0 w.x.y.z/24 -> a.b.c.d/24 portmap tcp/udp 40000:60000
33 #map ppp0 w.x.y.v/32 -> a.b.c.E/32 portmap tcp/udp 40000:60000
35 #map ppp0 w.x.y.u/32 -> a.b.c.F/32 portmap tcp/udp 40000:60000
37 #map ppp0 w.x.y.t/32 -> a.b.c.G/32 portmap tcp/udp 40000:60000
39 #map ppp0 w.x.y.s/32 -> a.b.c.H/32 portmap tcp/udp 40000:60000
41 #map ppp0 w.x.y.r/32 -> a.b.c.I/32 portmap tcp/udp 40000:60000
43 #map ppp0 w.x.y.q/32 -> a.b.c.J/32 portmap tcp/udp 40000:6000
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/hooks/
tests_async_plugin.py 17 res = isctest.query.udp(msg, "10.53.0.1")
  /src/external/bsd/nsd/dist/
xdp-util.h 16 #include <linux/udp.h>
82 * Calculate UDP checksum with IPv6 pseudo-header
84 static inline uint16_t calc_csum_udp6(struct udphdr *udp, struct ipv6hdr *ipv6) {
86 sum += udp->len;
91 udp->check = 0;
92 csum_add_data(&sum, udp, ntohs(udp->len));
105 * Calculate UDP checksum with IPv4 pseudo-header
107 static inline uint16_t calc_csum_udp4(struct udphdr *udp, struct iphdr *ipv4) {
109 sum += udp->len
    [all...]
xdp-dns-redirect_kern.c 10 #include <linux/udp.h> /* for struct udphdr */
97 struct udphdr *udp; local
110 if (!(udp = parse_udphdr(&c)) || udp->dest != __bpf_htons(DNS_PORT))
120 if (!(udp = parse_udphdr(&c)) || udp->dest != __bpf_htons(DNS_PORT))
  /src/external/mit/libuv/dist/test/
benchmark-ping-udp.c 34 uv_udp_t udp; member in struct:__anon23835
82 r = uv_udp_try_send(&pinger->udp, &buf, 1,
88 static void pinger_read_cb(uv_udp_t* udp,
95 pinger = (pinger_t*)udp->data;
107 uv_close((uv_handle_t*)udp, pinger_close_cb);
127 r = uv_udp_init(loop, &pinger->udp);
129 r = uv_udp_bind(&pinger->udp, (const struct sockaddr*) &pinger->server_addr, 0);
132 pinger->udp.data = pinger;
135 if (0 != uv_udp_recv_start(&pinger->udp, buf_alloc, pinger_read_cb)) {
test-socket-buffer-size.c 29 static uv_udp_t udp; variable
66 ASSERT_OK(uv_udp_init(uv_default_loop(), &udp));
67 ASSERT_OK(uv_udp_bind(&udp, (struct sockaddr*) &addr, 0));
68 check_buffer_size((uv_handle_t*) &udp);
69 uv_close((uv_handle_t*) &udp, close_cb);
  /src/sys/arch/mvme68k/stand/sboot/
etherfun.h 40 #define IPP_UDP 17 /* IP Protocol is UDP */
88 struct udp { struct
112 struct udp *udph = (struct udp *)(buf + sizeof(struct ether_header) +
115 sizeof(struct udp);
117 sizeof(struct ip) + sizeof(struct udp));
119 sizeof(struct ip) + sizeof(struct udp));
  /src/share/examples/npf/
host-npf.conf 49 pass in family inet4 proto udp from any port bootps to any port bootpc
50 pass in family inet6 proto udp from any to any port "dhcpv6-client"
59 pass in proto udp to any port 33434-33600
62 pass in proto udp to any port mdns
  /src/sys/arch/sun68k/stand/netboot/
Makefile 9 SRCS+= dev_net.c bootparam.c globals.c nfs.c rpc.c udp.c
  /src/external/mpl/bind/dist/bin/tests/system/dispatch/
tests_connreset.py 30 res = isctest.query.udp(msg, "10.53.0.2")
  /src/external/mpl/bind/dist/bin/tests/system/nsec3/
tests_nsec3_length.py 31 res = isctest.query.udp(msg, "10.53.0.5")
  /src/etc/defaults/
npf.boot.conf 29 pass out family inet4 proto udp from any port bootpc to any port bootps
30 pass in family inet4 proto udp from any port bootps to any port bootpc
31 pass out family inet6 proto udp from any port "dhcpv6-client" to any port "dhcpv6-server"
32 pass in family inet6 proto udp from any port "dhcpv6-server" to any port "dhcpv6-client"
  /src/tests/usr.sbin/inetd/
inetd_ratelimit.conf 9 protocol = udp,
19 protocol = udp,
28 protocol = udp,
37 protocol = udp,
  /src/external/bsd/unbound/dist/testdata/fwd_oneport.tdir/
fwd_oneport.conf 16 udp-connect: no

Completed in 23 milliseconds

1 2 3 4 5 6 7 8 910