Home
last modified time | relevance | path

Searched refs:isock (Results 1 – 25 of 78) sorted by relevance

1234

/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/mdns/
H A Dmdns.c468 for (int isock = 0; isock < num_sockets; ++isock) { in send_dns_sd() local
489 for (int isock = 0; isock < num_sockets; ++isock) { in send_dns_sd() local
498 for (int isock = 0; isock < num_sockets; ++isock) { in send_dns_sd() local
509 for (int isock = 0; isock < num_sockets; ++isock) in send_dns_sd() local
533 for (int isock = 0; isock < num_sockets; ++isock) { in send_mdns_query() local
551 for (int isock = 0; isock < num_sockets; ++isock) { in send_mdns_query() local
560 for (int isock = 0; isock < num_sockets; ++isock) { in send_mdns_query() local
572 for (int isock = 0; isock < num_sockets; ++isock) in send_mdns_query() local
607 for (int isock = 0; isock < num_sockets; ++isock) { in service_mdns() local
614 for (int isock = 0; isock < num_sockets; ++isock) { in service_mdns() local
[all …]
/dports/misc/libiio/libiio-0.21/
H A Ddns_sd_windows.c127 for (int isock = 0; isock < num_sockets; ++isock) { in open_client_sockets() local
129 ioctlsocket(sockets[isock], FIONBIO, &param); in open_client_sockets()
229 for (int isock = 0; isock < num_sockets; ++isock) { in dnssd_find_hosts() local
230 …transaction_id[isock] = mdns_query_send(sockets[isock], MDNS_RECORDTYPE_PTR, service, sizeof(servi… in dnssd_find_hosts()
232 if (transaction_id[isock] <= 0) in dnssd_find_hosts()
246 for (int isock = 0; isock < num_sockets; ++isock) { in dnssd_find_hosts() local
247 if (transaction_id[isock] > 0) in dnssd_find_hosts()
249 mdns_query_recv(sockets[isock], buffer, capacity, query_callback, d, transaction_id[isock]); in dnssd_find_hosts()
258 for (int isock = 0; isock < num_sockets; ++isock) in dnssd_find_hosts() local
259 mdns_socket_close(sockets[isock]); in dnssd_find_hosts()
/dports/x11/xmx/xmx-1.1/
H A Dsocket.c61 static struct sockaddr_in isock; local
82 isock.sin_family = AF_INET;
83 isock.sin_port = htons((u_short)(X_TCP_PORT + display));
84 isock.sin_addr.s_addr = htonl(INADDR_ANY);
88 for (i=20; i && bind(s, (struct sockaddr *)&isock, sizeof(isock)); i--)
159 static struct sockaddr_in isock; local
172 isock.sin_family = AF_INET;
173 isock.sin_port = htons((u_short)(X_TCP_PORT + display));
187 isock.sin_addr.s_addr = iaddr;
188 sock = (struct sockaddr *)&isock;
[all …]
/dports/dns/pdnsd/pdnsd-1.2.9a/src/
H A Dicmp.c163 int isock; in ping4() local
169 isock=ping_isocket; in ping4()
233 FD_SET(isock, &fds); in ping4()
245 psres=select(isock+1,&fds,NULL,&fdse,&tv); in ping4()
248 pfd.fd=isock; in ping4()
274 if (FD_ISSET(isock,&fds) || FD_ISSET(isock,&fdse)) in ping4()
375 int isock; in ping6() local
379 isock=ping6_isocket; in ping6()
425 FD_SET(isock, &fds); in ping6()
440 pfd.fd=isock; in ping6()
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/tools/EventClients/Clients/PS3SixaxisController/
H A Dps3d.py92 if self.isock:
94 self.isock.close()
97 self.isock = None
126 self.isock = isock
142 if six.process_socket(self.isock):
158 self.isock = isock
345 isock = hid.get_interrupt_socket()[0]
346 sixaxis = PS3SixaxisThread(csock, isock, ipaddr)
354 isock = hid.get_interrupt_socket()[0]
355 isock.settimeout(1)
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/mtransport/third_party/nICEr/src/ice/
H A Dice_socket.c250 nr_ice_socket *isock; in nr_ice_socket_destroy() local
255 isock=*isockp; in nr_ice_socket_destroy()
259 nr_ice_socket_close(isock); in nr_ice_socket_destroy()
262 nr_stun_server_ctx_destroy(&isock->stun_server); in nr_ice_socket_destroy()
266 TAILQ_REMOVE(&isock->stun_ctxs, s1, entry); in nr_ice_socket_destroy()
270 RFREE(isock); in nr_ice_socket_destroy()
275 int nr_ice_socket_close(nr_ice_socket *isock) in nr_ice_socket_close() argument
285 if (!isock||!isock->sock) in nr_ice_socket_close()
289 nr_socket_getfd(isock->sock,&fd); in nr_ice_socket_close()
290 assert(isock->sock!=0); in nr_ice_socket_close()
[all …]
H A Dice_component.c154 while(isock){ in nr_ice_component_destroy()
156 isock=STAILQ_NEXT(isock, entry); in nr_ice_component_destroy()
190 if(r=nr_ice_socket_register_stun_server(isock,isock->stun_server,&isock->stun_server_handle)) in nr_ice_component_create_stun_server_ctx()
206 nr_ice_socket *isock=0; in nr_ice_component_initialize_udp() local
417 if (isock) in nr_ice_component_create_tcp_host_candidate()
418 *isock=isock_tmp; in nr_ice_component_create_tcp_host_candidate()
1152 nr_ice_socket *isock; in nr_ice_component_pair_candidates() local
1189 while(isock){ in nr_ice_component_pair_candidates()
1194 isock=STAILQ_NEXT(isock,entry); in nr_ice_component_pair_candidates()
1676 isock=rcomp->nominated->local->isock; in nr_ice_component_finalize()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/media/webrtc/transport/third_party/nICEr/src/ice/
H A Dice_socket.c254 nr_ice_socket *isock; in nr_ice_socket_destroy() local
259 isock=*isockp; in nr_ice_socket_destroy()
263 nr_ice_socket_close(isock); in nr_ice_socket_destroy()
266 nr_stun_server_ctx_destroy(&isock->stun_server); in nr_ice_socket_destroy()
270 TAILQ_REMOVE(&isock->stun_ctxs, s1, entry); in nr_ice_socket_destroy()
274 RFREE(isock); in nr_ice_socket_destroy()
279 int nr_ice_socket_close(nr_ice_socket *isock) in nr_ice_socket_close() argument
289 if (!isock||!isock->sock) in nr_ice_socket_close()
293 nr_socket_getfd(isock->sock,&fd); in nr_ice_socket_close()
294 assert(isock->sock!=0); in nr_ice_socket_close()
[all …]
H A Dice_component.c154 while(isock){ in nr_ice_component_destroy()
156 isock=STAILQ_NEXT(isock, entry); in nr_ice_component_destroy()
190 if(r=nr_ice_socket_register_stun_server(isock,isock->stun_server,&isock->stun_server_handle)) in nr_ice_component_create_stun_server_ctx()
206 nr_ice_socket *isock=0; in nr_ice_component_initialize_udp() local
413 if (isock) in nr_ice_component_create_tcp_host_candidate()
414 *isock=isock_tmp; in nr_ice_component_create_tcp_host_candidate()
1150 nr_ice_socket *isock; in nr_ice_component_pair_candidates() local
1187 while(isock){ in nr_ice_component_pair_candidates()
1192 isock=STAILQ_NEXT(isock,entry); in nr_ice_component_pair_candidates()
1674 isock=rcomp->nominated->local->isock; in nr_ice_component_finalize()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/mtransport/third_party/nICEr/src/ice/
H A Dice_socket.c254 nr_ice_socket *isock; in nr_ice_socket_destroy() local
259 isock=*isockp; in nr_ice_socket_destroy()
263 nr_ice_socket_close(isock); in nr_ice_socket_destroy()
266 nr_stun_server_ctx_destroy(&isock->stun_server); in nr_ice_socket_destroy()
270 TAILQ_REMOVE(&isock->stun_ctxs, s1, entry); in nr_ice_socket_destroy()
274 RFREE(isock); in nr_ice_socket_destroy()
279 int nr_ice_socket_close(nr_ice_socket *isock) in nr_ice_socket_close() argument
289 if (!isock||!isock->sock) in nr_ice_socket_close()
293 nr_socket_getfd(isock->sock,&fd); in nr_ice_socket_close()
294 assert(isock->sock!=0); in nr_ice_socket_close()
[all …]
H A Dice_component.c152 while(isock){ in nr_ice_component_destroy()
154 isock=STAILQ_NEXT(isock, entry); in nr_ice_component_destroy()
188 if(r=nr_ice_socket_register_stun_server(isock,isock->stun_server,&isock->stun_server_handle)) in nr_ice_component_create_stun_server_ctx()
204 nr_ice_socket *isock=0; in nr_ice_component_initialize_udp() local
412 if (isock) in nr_ice_component_create_tcp_host_candidate()
413 *isock=isock_tmp; in nr_ice_component_create_tcp_host_candidate()
1118 nr_ice_socket *isock; in nr_ice_component_pair_candidates() local
1155 while(isock){ in nr_ice_component_pair_candidates()
1160 isock=STAILQ_NEXT(isock,entry); in nr_ice_component_pair_candidates()
1649 isock=rcomp->nominated->local->isock; in nr_ice_component_finalize()
[all …]
/dports/www/firefox/firefox-99.0/dom/media/webrtc/transport/third_party/nICEr/src/ice/
H A Dice_socket.c254 nr_ice_socket *isock; in nr_ice_socket_destroy() local
259 isock=*isockp; in nr_ice_socket_destroy()
263 nr_ice_socket_close(isock); in nr_ice_socket_destroy()
266 nr_stun_server_ctx_destroy(&isock->stun_server); in nr_ice_socket_destroy()
270 TAILQ_REMOVE(&isock->stun_ctxs, s1, entry); in nr_ice_socket_destroy()
274 RFREE(isock); in nr_ice_socket_destroy()
279 int nr_ice_socket_close(nr_ice_socket *isock) in nr_ice_socket_close() argument
289 if (!isock||!isock->sock) in nr_ice_socket_close()
293 nr_socket_getfd(isock->sock,&fd); in nr_ice_socket_close()
294 assert(isock->sock!=0); in nr_ice_socket_close()
[all …]
H A Dice_component.c154 while(isock){ in nr_ice_component_destroy()
156 isock=STAILQ_NEXT(isock, entry); in nr_ice_component_destroy()
190 if(r=nr_ice_socket_register_stun_server(isock,isock->stun_server,&isock->stun_server_handle)) in nr_ice_component_create_stun_server_ctx()
206 nr_ice_socket *isock=0; in nr_ice_component_initialize_udp() local
413 if (isock) in nr_ice_component_create_tcp_host_candidate()
414 *isock=isock_tmp; in nr_ice_component_create_tcp_host_candidate()
1150 nr_ice_socket *isock; in nr_ice_component_pair_candidates() local
1187 while(isock){ in nr_ice_component_pair_candidates()
1192 isock=STAILQ_NEXT(isock,entry); in nr_ice_component_pair_candidates()
1674 isock=rcomp->nominated->local->isock; in nr_ice_component_finalize()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/mtransport/third_party/nICEr/src/ice/
H A Dice_socket.c254 nr_ice_socket *isock; in nr_ice_socket_destroy() local
259 isock=*isockp; in nr_ice_socket_destroy()
263 nr_ice_socket_close(isock); in nr_ice_socket_destroy()
266 nr_stun_server_ctx_destroy(&isock->stun_server); in nr_ice_socket_destroy()
270 TAILQ_REMOVE(&isock->stun_ctxs, s1, entry); in nr_ice_socket_destroy()
274 RFREE(isock); in nr_ice_socket_destroy()
279 int nr_ice_socket_close(nr_ice_socket *isock) in nr_ice_socket_close() argument
289 if (!isock||!isock->sock) in nr_ice_socket_close()
293 nr_socket_getfd(isock->sock,&fd); in nr_ice_socket_close()
294 assert(isock->sock!=0); in nr_ice_socket_close()
[all …]
H A Dice_component.c152 while(isock){ in nr_ice_component_destroy()
154 isock=STAILQ_NEXT(isock, entry); in nr_ice_component_destroy()
188 if(r=nr_ice_socket_register_stun_server(isock,isock->stun_server,&isock->stun_server_handle)) in nr_ice_component_create_stun_server_ctx()
204 nr_ice_socket *isock=0; in nr_ice_component_initialize_udp() local
394 if (isock) in nr_ice_component_create_tcp_host_candidate()
395 *isock=isock_tmp; in nr_ice_component_create_tcp_host_candidate()
1091 nr_ice_socket *isock; in nr_ice_component_pair_candidates() local
1128 while(isock){ in nr_ice_component_pair_candidates()
1133 isock=STAILQ_NEXT(isock,entry); in nr_ice_component_pair_candidates()
1601 isock=rcomp->nominated->local->isock; in nr_ice_component_finalize()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/webrtc/transport/third_party/nICEr/src/ice/
H A Dice_socket.c254 nr_ice_socket *isock; in nr_ice_socket_destroy() local
259 isock=*isockp; in nr_ice_socket_destroy()
263 nr_ice_socket_close(isock); in nr_ice_socket_destroy()
266 nr_stun_server_ctx_destroy(&isock->stun_server); in nr_ice_socket_destroy()
270 TAILQ_REMOVE(&isock->stun_ctxs, s1, entry); in nr_ice_socket_destroy()
274 RFREE(isock); in nr_ice_socket_destroy()
279 int nr_ice_socket_close(nr_ice_socket *isock) in nr_ice_socket_close() argument
289 if (!isock||!isock->sock) in nr_ice_socket_close()
293 nr_socket_getfd(isock->sock,&fd); in nr_ice_socket_close()
294 assert(isock->sock!=0); in nr_ice_socket_close()
[all …]
H A Dice_component.c154 while(isock){ in nr_ice_component_destroy()
156 isock=STAILQ_NEXT(isock, entry); in nr_ice_component_destroy()
190 if(r=nr_ice_socket_register_stun_server(isock,isock->stun_server,&isock->stun_server_handle)) in nr_ice_component_create_stun_server_ctx()
206 nr_ice_socket *isock=0; in nr_ice_component_initialize_udp() local
413 if (isock) in nr_ice_component_create_tcp_host_candidate()
414 *isock=isock_tmp; in nr_ice_component_create_tcp_host_candidate()
1150 nr_ice_socket *isock; in nr_ice_component_pair_candidates() local
1187 while(isock){ in nr_ice_component_pair_candidates()
1192 isock=STAILQ_NEXT(isock,entry); in nr_ice_component_pair_candidates()
1674 isock=rcomp->nominated->local->isock; in nr_ice_component_finalize()
[all …]
/dports/irc/inspircd/inspircd-3.11.0/src/modules/
H A Dm_ident.cpp321 IdentRequestSocket* isock = socket.get(user); in OnSetUserIP() local
322 if (isock) in OnSetUserIP()
325 isock->Close(); in OnSetUserIP()
348 isock = new IdentRequestSocket(user); in OnSetUserIP()
349 socket.set(user, isock); in OnSetUserIP()
365 if (!isock) in OnCheckReady()
375 time_t compare = isock->age + timeout; in OnCheckReady()
385 else if (!isock->HasResult()) in OnCheckReady()
392 else if (isock->result.empty()) in OnCheckReady()
401 user->ChangeIdent(isock->result); in OnCheckReady()
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/tools/EventClients/lib/python/bt/
H A Dhid.py41 self.isock = BluetoothSocket( L2CAP )
42 self.isock.bind((self.address, self.iport))
43 set_l2cap_mtu(self.isock, 64)
44 self.isock.settimeout(2)
45 self.isock.listen(self.backlog)
54 (self.client_isock, self.iaddress) = self.isock.accept()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/bluetooth/hidp/
H A Dsock.c56 struct socket *isock; in do_hidp_sock_ioctl() local
73 isock = sockfd_lookup(ca.intr_sock, &err); in do_hidp_sock_ioctl()
74 if (!isock) { in do_hidp_sock_ioctl()
80 err = hidp_connection_add(&ca, csock, isock); in do_hidp_sock_ioctl()
85 sockfd_put(isock); in do_hidp_sock_ioctl()
175 struct socket *isock; in hidp_sock_compat_ioctl() local
202 isock = sockfd_lookup(ca.intr_sock, &err); in hidp_sock_compat_ioctl()
203 if (!isock) { in hidp_sock_compat_ioctl()
208 err = hidp_connection_add(&ca, csock, isock); in hidp_sock_compat_ioctl()
213 sockfd_put(isock); in hidp_sock_compat_ioctl()
/dports/multimedia/libv4l/linux-5.13-rc2/net/bluetooth/hidp/
H A Dsock.c56 struct socket *isock; in do_hidp_sock_ioctl() local
73 isock = sockfd_lookup(ca.intr_sock, &err); in do_hidp_sock_ioctl()
74 if (!isock) { in do_hidp_sock_ioctl()
80 err = hidp_connection_add(&ca, csock, isock); in do_hidp_sock_ioctl()
85 sockfd_put(isock); in do_hidp_sock_ioctl()
175 struct socket *isock; in hidp_sock_compat_ioctl() local
202 isock = sockfd_lookup(ca.intr_sock, &err); in hidp_sock_compat_ioctl()
203 if (!isock) { in hidp_sock_compat_ioctl()
208 err = hidp_connection_add(&ca, csock, isock); in hidp_sock_compat_ioctl()
213 sockfd_put(isock); in hidp_sock_compat_ioctl()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/bluetooth/hidp/
H A Dsock.c56 struct socket *isock; in do_hidp_sock_ioctl() local
73 isock = sockfd_lookup(ca.intr_sock, &err); in do_hidp_sock_ioctl()
74 if (!isock) { in do_hidp_sock_ioctl()
80 err = hidp_connection_add(&ca, csock, isock); in do_hidp_sock_ioctl()
85 sockfd_put(isock); in do_hidp_sock_ioctl()
175 struct socket *isock; in hidp_sock_compat_ioctl() local
202 isock = sockfd_lookup(ca.intr_sock, &err); in hidp_sock_compat_ioctl()
203 if (!isock) { in hidp_sock_compat_ioctl()
208 err = hidp_connection_add(&ca, csock, isock); in hidp_sock_compat_ioctl()
213 sockfd_put(isock); in hidp_sock_compat_ioctl()
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/tools/
H A Dascommand.pl142 my ($as_socket, $isock, $osock, $prompt) = ($_[0], $_[1], $_[2], $_[3]);
147 socket_poll_input(undef, $as_socket, $isock);
149 if (socket_poll_input(0, $isock)) {
151 if (defined(sysread($isock, $str, 1000))) {
/dports/dns/dnrd/dnrd-2.20.3/src/
H A Drelay.c263 FD_SET(isock, &fdmaster); in run()
266 maxsock = (tcpsock > isock) ? tcpsock : isock; in run()
268 maxsock = isock; in run()
314 if (FD_ISSET(isock, &fdread)) { in run()
/dports/net/clusterit/clusterit-2.5/jsd/
H A Djsd.c253 int osock, isock, new; in main_loop() local
269 isock = make_socket(iportnum); in main_loop()
278 if (listen(isock, SOMAXCONN) < 0) in main_loop()
287 FD_SET(isock, &free_fd_set); in main_loop()
289 FD_SET(isock, &full_fd_set); in main_loop()
302 free_node(isock); in main_loop()
316 FD_SET(isock, &free_fd_set); in main_loop()
321 free_node(isock); in main_loop()

1234