Home
last modified time | relevance | path

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

/dragonfly/contrib/dhcpcd/src/
HDif.h182 #define if_getmtu(ifp) if_domtu((ifp), 0) macro
HDscript.c374 if (efprintf(fp, "ifmtu=%d", if_getmtu(ifp)) == -1) in make_env()
HDipv6nd.c1501 ifmtu = if_getmtu(ifp); in ipv6nd_handlera()
HDdhcp.c743 if ((mtu = if_getmtu(ifp)) == -1) in make_message()