HomeSort by: relevance | last modified time | path
    Searched refs:nd_opt_mtu_mtu (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/dhcpcd/dist/src/
ipv6nd.c 1344 mtu.nd_opt_mtu_mtu = ntohl(mtu.nd_opt_mtu_mtu);
1345 if (mtu.nd_opt_mtu_mtu < IPV6_MMTU) {
1347 ifp->name, mtu.nd_opt_mtu_mtu);
1353 else if (mtu.nd_opt_mtu_mtu > (uint32_t)ifmtu) {
1356 ifp->name, mtu.nd_opt_mtu_mtu, ifmtu);
1359 rap->mtu = mtu.nd_opt_mtu_mtu;
  /src/sys/netinet/
icmp6.h 357 u_int32_t nd_opt_mtu_mtu; member in struct:nd_opt_mtu
  /src/external/bsd/tcpdump/dist/
print-icmp6.c 313 nd_uint32_t nd_opt_mtu_mtu; member in struct:nd_opt_mtu
1478 GET_BE_U_4(opm->nd_opt_mtu_mtu),
  /src/usr.sbin/rtadvd/
config.c 1112 ndopt_mtu->nd_opt_mtu_mtu = htonl(rainfo->linkmtu);
rtadvd.c 1165 mtu = ntohl(ndopts.nd_opts_mtu->nd_opt_mtu_mtu);

Completed in 19 milliseconds