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

  /src/usr.sbin/rtadvd/
rtadvd.h 154 uint32_t phymtu; /* mtu of the physical interface */ member in struct:rainfo
dump.c 141 fprintf(fp, " MTU: %u\n", rai->phymtu);
config.c 254 if ((tmp->phymtu = if_getmtu(intface)) == 0) {
255 tmp->phymtu = IPV6_MMTU;
500 tmp->linkmtu = tmp->phymtu;
502 else if (tmp->linkmtu < IPV6_MMTU || tmp->linkmtu > tmp->phymtu) {
507 IPV6_MMTU, tmp->phymtu);

Completed in 41 milliseconds