Home
last modified time | relevance | path

Searched refs:mtustr (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.sbin/rtadvd/
H A Dconfig.c623 char *mtustr; in getconfig() local
625 if ((mtustr = (char *)agetstr("mtu", &bp)) && in getconfig()
626 strcmp(mtustr, "auto") == 0) in getconfig()