Home
last modified time | relevance | path

Searched refs:DT_SOCK (Results 1 – 8 of 8) sorted by relevance

/external/strace/xlat/
Ddirenttypes.h25 #if defined(DT_SOCK) || (defined(HAVE_DECL_DT_SOCK) && HAVE_DECL_DT_SOCK)
26 XLAT(DT_SOCK),
Ddirenttypes.in8 DT_SOCK
/external/yaffs2/yaffs2/
Ddevextras.h217 #define DT_SOCK 12 macro
Dyaffs_guts.c6096 return DT_SOCK; in yaffs_GetObjectType()
/external/lldb/source/Host/common/
DFileSpec.cpp948 … case DT_SOCK: file_type = eFileTypeSocket; call_callback = find_other; break; in EnumerateDirectory()
/external/wpa_supplicant_8/src/drivers/
Ddriver_test.c250 if (dent->d_type != DT_SOCK && dent->d_type != DT_UNKNOWN) in test_driver_send_ether()
360 if (dent->d_type != DT_SOCK && dent->d_type != DT_UNKNOWN) in wpa_driver_test_send_mlme()
410 if (dent->d_type != DT_SOCK && in wpa_driver_test_send_mlme()
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dwpagui.cpp285 if (dent->d_type != DT_SOCK && in openCtrlConnection()
/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_cli.c3736 if (dent->d_type != DT_SOCK && dent->d_type != DT_UNKNOWN) in wpa_cli_get_default_ifname()