Home
last modified time | relevance | path

Searched refs:AF_LOCAL (Results 1 – 3 of 3) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/sys/
Dsocket.h155 #define AF_LOCAL PF_LOCAL macro
156 #define AF_UNIX AF_LOCAL
157 #define AF_FILE AF_LOCAL
/device/board/hisilicon/hispark_phoenix/peripherals/bluetooth/rtkbt/code/libbt-vendor/src/
Duserial_vendor.c1398 int s_ctrl = socket(AF_LOCAL, SOCK_STREAM, 0); in userial_socket_sco_thread()
1404 int s_data = socket(AF_LOCAL, SOCK_STREAM, 0); in userial_socket_sco_thread()
/device/board/unionman/unionpi_tiger/hardware/bt/src/
Duserial_vendor.c1292 int s_ctrl = socket(AF_LOCAL, SOCK_STREAM, 0); in userial_socket_sco_thread()
1297 int s_data = socket(AF_LOCAL, SOCK_STREAM, 0); in userial_socket_sco_thread()