Home
last modified time | relevance | path

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

/dragonfly/contrib/dhcpcd/src/
H A Dif.h182 #define if_getmtu(ifp) if_domtu((ifp), 0) macro
H A Dscript.c374 if (efprintf(fp, "ifmtu=%d", if_getmtu(ifp)) == -1) in make_env()
H A Dipv6nd.c1484 ifmtu = if_getmtu(ifp); in ipv6nd_handlera()
H A Ddhcp.c743 if ((mtu = if_getmtu(ifp)) == -1) in make_message()