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

  /src/external/bsd/wpa/dist/src/ap/
vlan_full.c 13 /* Avoid conflicts due to NetBSD net/if.h if_type define with driver.h */
14 #undef if_type macro
  /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
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/external/bsd/wpa/dist/wpa_supplicant/dbus/
dbus_new_handlers.c 778 enum wpa_driver_if_type if_type = WPA_IF_STATION; local
822 if_type = WPA_IF_STATION;
824 if_type = WPA_IF_AP_BSS;
870 wpa_drv_if_add(global->ifaces, if_type, ifname,
  /src/sys/net/
if.h 305 u_char if_type; /* :: ethernet, tokenring, etc. */ member in struct:ifnet

Completed in 66 milliseconds