HomeSort by: relevance | last modified time | path
    Searched refs:lp_iftype (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/lagg/
if_lagg.c 1289 if (lp->lp_iftype != IFT_ETHER)
1924 KASSERT(lp->lp_iftype == IFT_ETHER);
1951 if (lp->lp_iftype != IFT_ETHER)
2043 switch (lp->lp_iftype) {
2067 if (lp->lp_iftype != IFT_ETHER)
2149 switch (lp->lp_iftype) {
2297 lp->lp_iftype = ifp_port->if_type;
2303 if (lp->lp_iftype == IFT_ETHER) {
2323 if (lp->lp_iftype != ifp_port->if_type)
2373 ifp_port->if_type = lp->lp_iftype;
    [all...]
if_laggproto.h 78 u_char lp_iftype; member in struct:lagg_port

Completed in 35 milliseconds