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

  /src/sys/net/lagg/
if_lagg.c 464 switch (ifp->if_type) {
777 if (sc->sc_if.if_type == IFT_ETHER) {
784 if (sc->sc_if.if_type == IFT_ETHER) {
1725 if (sc->sc_if.if_type != IFT_ETHER)
2032 if (sc->sc_if.if_type != IFT_ETHER)
2231 u_char if_type; local in function:lagg_port_setup
2242 ifp_port->if_type == IFT_ETHER) {
2263 switch (ifp_port->if_type) {
2269 if_type = IFT_IEEE8023ADLAG;
2297 lp->lp_iftype = ifp_port->if_type;
    [all...]
  /src/sys/net/
if.h 305 u_char if_type; /* :: ethernet, tokenring, etc. */ member in struct:ifnet

Completed in 15 milliseconds