Home
last modified time | relevance | path

Searched refs:if_entry (Results 1 – 2 of 2) sorted by relevance

/src/usr.sbin/ppp/
H A Diface.c715 #define if_entry(x) { IFF_##x, #x } macro
721 if_entry(UP),
722 if_entry(BROADCAST),
723 if_entry(DEBUG),
724 if_entry(LOOPBACK),
725 if_entry(POINTOPOINT),
726 if_entry(RUNNING),
727 if_entry(NOARP),
728 if_entry(PROMISC),
729 if_entry(ALLMULTI),
[all …]
/src/sys/contrib/dev/broadcom/brcm80211/brcmfmac/
H A Dfwsignal.c775 struct brcmf_fws_mac_descriptor *if_entry; in brcmf_fws_macdesc_closed() local
782 if_entry = &fws->desc.iface[entry->interface_id]; in brcmf_fws_macdesc_closed()
783 if (if_entry->state == BRCMF_FWS_STATE_CLOSE) in brcmf_fws_macdesc_closed()