Home
last modified time | relevance | path

Searched defs:hnd (Results 1 – 4 of 4) sorted by relevance

/external/libpcap/msdos/
Dndis2.c209 #define MAC_DISPATCH(hnd) ((struct _MacUpperDispatch*)(hnd)->common->upperDispatchTable) argument
210 #define MAC_STATUS(hnd) ((struct _MacStatusTable*) (hnd)->common->serviceStatus) argument
211 #define MAC_CHAR(hnd) ((struct _MacChars*) (hnd)->common->serviceChars) argument
/external/selinux/policycoreutils/setfiles/
Drestore.h38 struct selabel_handle *hnd; member
/external/selinux/libselinux/src/
Dmatchpathcon.c10 static __thread struct selabel_handle *hnd; variable
/external/wpa_supplicant_8/src/drivers/
Ddriver_ndis.c2403 DWORD i, hnd, len; in wpa_driver_ndis_set_wzc() local