Searched refs:udp6 (Results 1 – 11 of 11) sorted by relevance
| /src/sys/netinet6/ |
| H A D | udp6_usrreq.c | 680 struct udphdr *udp6; in udp6_send() local 896 udp6 = (struct udphdr *)(mtod(m, caddr_t) + hlen); in udp6_send() 897 udp6->uh_sport = inp->inp_lport; /* lport is always set in the PCB */ in udp6_send() 898 udp6->uh_dport = fport; in udp6_send() 906 udp6->uh_ulen = htons(cscov); in udp6_send() 914 udp6->uh_ulen = htons((u_short)plen); in udp6_send() 916 udp6->uh_sum = 0; in udp6_send() 933 if ((udp6->uh_sum = in6_cksum_partial(m, nxt, in udp6_send() 935 udp6->uh_sum = 0xffff; in udp6_send() 937 udp6->uh_sum = in6_cksum_pseudo(ip6, plen, nxt, 0); in udp6_send() [all …]
|
| H A D | in6_proto.c | 201 SYSCTL_NODE(_net_inet6, IPPROTO_UDP, udp6, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
|
| /src/tests/sys/netpfil/pf/ |
| H A D | tftpd_inetd.conf | 28 tftp dgram udp6 wait root /usr/libexec/tftpd tftpd -l -S -s /tmp
|
| H A D | echo_inetd.conf | 30 echo dgram udp6 wait root internal
|
| H A D | daytime_inetd.conf | 30 daytime dgram udp6 wait root internal
|
| /src/lib/libc/rpc/ |
| H A D | netconfig | 13 udp6 tpi_clts v inet6 udp - -
|
| /src/usr.bin/tftp/tests/ |
| H A D | tftp_test.sh | 20 tftp dgram udp6 wait root /usr/libexec/tftpd tftpd -d15 -l ${tftp_dir}
|
| /src/contrib/wpa/wpa_supplicant/ |
| H A D | android.config | 178 # udp6 = UDP IPv6 sockets using localhost (::1) 181 # udp6-remote = UDP IPv6 sockets with remote access (only for tests purpose)
|
| H A D | defconfig | 221 # udp6 = UDP IPv6 sockets using localhost (::1) 224 # udp6-remote = UDP IPv6 sockets with remote access (only for tests purpose)
|
| /src/tools/tools/sysdoc/ |
| H A D | tunables.mdoc | 1613 net.inet6.udp6.getcred
|
| /src/contrib/unbound/doc/ |
| H A D | Changelog | 12860 - Created udp4 and udp6 port arrays to provide service for both 12862 - uses IPV6_USE_MIN_MTU for udp6 ,IPV6_V6ONLY to make ip6 sockets.
|