Home | History | Annotate | Download | only in src

Lines Matching full:sock

98 	int sock;
107 void sdp_svcdb_collect_all(int sock)
113 if (item->sock == sock) {
124 } else if (item->sock > sock)
155 return s1->sock - s2->sock;
158 void sdp_svcdb_set_collectable(sdp_record_t *record, int sock)
161 item->sock = sock;