Searched refs:mtup (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/netinet6/ |
| H A D | ip6_output.c | 1461 ip6_getpmtu_ctl(u_int fibnum, const struct in6_addr *dst, u_long *mtup) in ip6_getpmtu_ctl() argument 1474 error = ip6_calcmtu(nh->nh_ifp, dst, nh->nh_mtu, mtup, NULL, 0); in ip6_getpmtu_ctl() 1494 struct ifnet *ifp, const struct in6_addr *dst, u_long *mtup, in ip6_getpmtu() argument 1539 return (ip6_calcmtu(ifp, dst, mtu, mtup, alwaysfragp, proto)); in ip6_getpmtu() 1551 u_long *mtup, int *alwaysfragp, u_int proto) in ip6_calcmtu() argument 1594 *mtup = mtu; in ip6_calcmtu()
|