Home | History | Annotate | Download | only in src

Lines Matching refs:sock

99 	int sock;
108 void sdp_svcdb_collect_all(int sock)
114 if (item->sock == sock) {
125 } else if (item->sock > sock)
156 return s1->sock - s2->sock;
159 void sdp_svcdb_set_collectable(sdp_record_t *record, int sock)
162 item->sock = sock;