Searched refs:udp6 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/netinet6/
H A Dudp6_usrreq.c649 struct udphdr *udp6; local
811 udp6 = (struct udphdr *)(mtod(m, caddr_t) + hlen);
812 udp6->uh_sport = inp->inp_lport; /* lport is always set in the PCB */
813 udp6->uh_dport = fport;
821 udp6->uh_ulen = htons(cscov);
828 udp6->uh_ulen = htons((u_short)plen);
830 udp6->uh_ulen = 0;
831 udp6->uh_sum = 0;
846 if ((udp6->uh_sum = in6_cksum_partial(m, nxt,
848 udp6
[all...]
H A Din6_proto.c435 SYSCTL_NODE(_net_inet6, IPPROTO_UDP, udp6, CTLFLAG_RW, 0, "UDP6");

Completed in 128 milliseconds