Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/libsa/
H A Dglobals.c35 u_int intf_mtu; /* interface mtu from bootp/dhcp */ variable
H A Dbootp.c397 intf_mtu = 0; in vend_rfc1048()
415 intf_mtu = (uint_t)tmp; in vend_rfc1048()
418 if (intf_mtu == 0) in vend_rfc1048()
419 intf_mtu = be16dec(cp); in vend_rfc1048()
H A Dnet.h92 extern u_int intf_mtu;
/illumos-gate/usr/src/boot/common/
H A Ddev_net.c189 if (intf_mtu != 0) { in net_open()
191 snprintf(mtu, sizeof (mtu), "%u", intf_mtu); in net_open()