Home
last modified time | relevance | path

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

/freebsd/sys/netinet6/
H A Dudp6_usrreq.c679 struct udphdr *udp6; in udp6_send() local
890 udp6 = (struct udphdr *)(mtod(m, caddr_t) + hlen); in udp6_send()
891 udp6->uh_sport = inp->inp_lport; /* lport is always set in the PCB */ in udp6_send()
892 udp6->uh_dport = fport; in udp6_send()
900 udp6->uh_ulen = htons(cscov); in udp6_send()
908 udp6->uh_ulen = htons((u_short)plen); in udp6_send()
910 udp6->uh_sum = 0; in udp6_send()
927 if ((udp6->uh_sum = in6_cksum_partial(m, nxt, in udp6_send()
929 udp6->uh_sum = 0xffff; in udp6_send()
931 udp6->uh_sum = in6_cksum_pseudo(ip6, plen, nxt, 0); in udp6_send()
[all …]
H A Din6_proto.c200 SYSCTL_NODE(_net_inet6, IPPROTO_UDP, udp6, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
/freebsd/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
/freebsd/lib/libc/rpc/
H A Dnetconfig13 udp6 tpi_clts v inet6 udp - -
/freebsd/usr.bin/tftp/tests/
H A Dtftp_test.sh20 tftp dgram udp6 wait root /usr/libexec/tftpd tftpd -d15 -l ${tftp_dir}
/freebsd/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)
/freebsd/tools/tools/sysdoc/
H A Dtunables.mdoc1613 net.inet6.udp6.getcred
/freebsd/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.