Searched refs:family (Results 1 - 3 of 3) sorted by relevance

/system/bluetooth/tools/
H A Dsock_shutdown_test.c69 int family = -1; local
75 family = PF_UNIX;
80 family = PF_BLUETOOTH;
85 family = PF_BLUETOOTH;
90 family = PF_BLUETOOTH;
95 family = PF_INET;
102 ret = socket(family, typ, protocol);
H A Dasocket_test.c87 int family = -1; local
93 family = PF_UNIX;
98 family = PF_BLUETOOTH;
103 family = PF_BLUETOOTH;
108 family = PF_BLUETOOTH;
113 family = PF_INET;
120 ret = socket(family, typ, protocol);
H A Dsocktest.c86 int family = -1; local
92 family = PF_UNIX;
97 family = PF_BLUETOOTH;
102 family = PF_BLUETOOTH;
107 family = PF_BLUETOOTH;
112 family = PF_INET;
119 ret = socket(family, typ, protocol);

Completed in 28 milliseconds