Home
last modified time | relevance | path

Searched refs:udp6 (Results 1 – 11 of 11) sorted by relevance

/src/sys/netinet6/
H A Dudp6_usrreq.c680 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 Din6_proto.c201 SYSCTL_NODE(_net_inet6, IPPROTO_UDP, udp6, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
/src/tests/sys/netpfil/pf/
H A Dtftpd_inetd.conf28 tftp dgram udp6 wait root /usr/libexec/tftpd tftpd -l -S -s /tmp
H A Decho_inetd.conf30 echo dgram udp6 wait root internal
H A Ddaytime_inetd.conf30 daytime dgram udp6 wait root internal
/src/lib/libc/rpc/
H A Dnetconfig13 udp6 tpi_clts v inet6 udp - -
/src/usr.bin/tftp/tests/
H A Dtftp_test.sh20 tftp dgram udp6 wait root /usr/libexec/tftpd tftpd -d15 -l ${tftp_dir}
/src/contrib/wpa/wpa_supplicant/
H A Dandroid.config178 # udp6 = UDP IPv6 sockets using localhost (::1)
181 # udp6-remote = UDP IPv6 sockets with remote access (only for tests purpose)
H A Ddefconfig221 # 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 Dtunables.mdoc1613 net.inet6.udp6.getcred
/src/contrib/unbound/doc/
H A DChangelog12860 - 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.