Home
last modified time | relevance | path

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

/netbsd/src/sys/nfs/
Dnfsdiskless.h72 int nd_mtu; /* Interface MTU */ member
Dnfs_boot.c166 if (nd->nd_mtu >= IP_MIN_MTU ) in nfs_boot_init()
167 nfs_boot_setmtu(nd->nd_ifp, nd->nd_mtu, lwp); in nfs_boot_init()
Dnfs_bootdhcp.c849 nd->nd_mtu = myinterfacemtu; in bootp_extract()
850 printf("nfs_boot: mtu=%d\n", nd->nd_mtu); in bootp_extract()