Searched refs:ifnet_set_mtu (Results 1 - 10 of 10) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dif_gif.c359 ifnet_set_mtu(sc->gif_if, GIF_MTU);
612 ifnet_set_mtu(ifp, mtu);
H A Dif_utun.c231 ifnet_set_mtu(pcb->utun_ifp, 1500);
731 ifnet_set_mtu(interface, ((struct ifreq*)data)->ifr_mtu);
H A Dif_pflog.c178 ifnet_set_mtu(pflogif->sc_if, PFLOGMTU);
H A Dif_vlan.c1436 ifnet_set_mtu(ifp, ETHERMTU - ifv->ifv_mtufudge);
1587 ifnet_set_mtu(ifp, 0);
1704 ifnet_set_mtu(ifp, mtu);
H A Dif_loop.c668 ifnet_set_mtu(lo_ifp, LOMTU);
H A Dif_stf.c362 ifnet_set_mtu(sc->sc_if, IPV6_MMTU);
H A Dkpi_interface.h1921 @function ifnet_set_mtu
1933 extern errno_t ifnet_set_mtu(ifnet_t interface, u_int32_t mtu);
H A Dif_bond.c1175 ifnet_set_mtu(ifp, 0);
2082 ifnet_set_mtu(ifp, ETHERMTU);
2239 ifnet_set_mtu(ifp, 0);
2307 ifnet_set_mtu(ifp, 0);
2682 ifnet_set_mtu(ifp, mtu);
H A Dkpi_interface.c908 ifnet_set_mtu(ifnet_t interface, u_int32_t mtu) function
H A Dif_bridge.c1114 error = ifnet_set_mtu(ifp, ETHERMTU);
1116 printf("%s: ifnet_set_mtu failed %d\n", __func__, error);

Completed in 97 milliseconds