OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ifm_status
(Results
1 - 5
of
5
) sorted by null
/external/libpcap/Win32/Include/net/
if.h
197
int
ifm_status
; /* media status */
member in struct:ifmediareq
/external/dhcpcd-6.8.2/
if.c
143
ifmr.
ifm_status
& IFM_AVALID)
144
r = (ifmr.
ifm_status
& IFM_ACTIVE) ? LINK_UP : LINK_DOWN;
if-bsd.c
252
if (ifmr.
ifm_status
& IFM_AVALID &&
[
all
...]
/external/wpa_supplicant_8/src/drivers/
driver_wired.c
496
*status = (ifmr.
ifm_status
& (IFM_ACTIVE | IFM_AVALID)) ==
driver_macsec_qca.c
198
*status = (ifmr.
ifm_status
& (IFM_ACTIVE | IFM_AVALID)) ==
Completed in 618 milliseconds