Searched refs:ip6_mtuinfo (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/sys/netinet6/
H A Din6.h538 struct ip6_mtuinfo { struct
H A Dip6_input.c1599 struct ip6_mtuinfo mtuctl;
H A Dip6_output.c1878 struct ip6_mtuinfo mtuinfo;
/freebsd-10-stable/sbin/ping6/
H A Dping6.c2140 struct ip6_mtuinfo *mtuctl = NULL;
2149 cm->cmsg_len == CMSG_LEN(sizeof(struct ip6_mtuinfo))) {
2150 mtuctl = (struct ip6_mtuinfo *)CMSG_DATA(cm);

Completed in 138 milliseconds