| /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
|
| /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...] |
| /src/external/mpl/bind/dist/bin/tests/system/sfcache_cname/ |
| tests_sfcache_cname.py | 29 res = isctest.query.udp(msg, ns2.ip) 33 res = isctest.query.udp(msg, ns2.ip)
|
| /src/external/mpl/bind/dist/bin/tests/system/cookie/ns2/ |
| named.conf.j2 | 19 nocookie-udp-size 512;
|
| /src/external/mpl/bind/dist/bin/tests/system/forward/ns9/ |
| named4.conf.j2 | 17 edns-udp-size 1232;
|
| named3.conf.j2 | 17 edns-udp-size 1232;
|
| /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/external/mpl/bind/dist/bin/tests/system/class/ |
| tests_class_chaos.py | 27 res = isctest.query.udp(msg, "10.53.0.1") 33 res = isctest.query.udp(msg, "10.53.0.2") 39 res = isctest.query.udp(msg, "10.53.0.3") 47 res = isctest.query.udp(msg, "10.53.0.2") 53 res = isctest.query.udp(msg, "10.53.0.2")
|
| /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/external/mpl/bind/dist/bin/tests/system/resolver/ |
| tests_resolver.py | 22 res = isctest.query.udp(msg, "10.53.0.1") 39 res = isctest.query.udp(msg, "10.53.0.1") 53 res = isctest.query.udp(msg, "10.53.0.1") 59 res = isctest.query.udp(msg, "10.53.0.1") 78 res = isctest.query.udp(msg, "10.53.0.1") 86 res = isctest.query.udp(msg, "10.53.0.1")
|
| /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/external/mpl/bind/dist/bin/tests/system/cookie/ns7/ |
| named.conf.j2 | 19 nocookie-udp-size 512;
|
| /src/sys/arch/sun68k/stand/netboot/ |
| Makefile | 9 SRCS+= dev_net.c bootparam.c globals.c nfs.c rpc.c udp.c
|