Searched refs:AF_LOCAL (Results 1 – 3 of 3) sorted by relevance
155 #define AF_LOCAL PF_LOCAL macro156 #define AF_UNIX AF_LOCAL157 #define AF_FILE AF_LOCAL
1398 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()
1292 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()