Home
last modified time | relevance | path

Searched refs:SWITCH_POLL_ERROR (Results 1 – 6 of 6) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_verto/mcast/
H A Dmcast.c226 …int pflags = switch_wait_sock(handle->sock, ms, SWITCH_POLL_READ | SWITCH_POLL_ERROR | SWITCH_POLL… in mcast_socket_recv()
228 if ((pflags & SWITCH_POLL_ERROR) || (pflags & SWITCH_POLL_HUP)) { in mcast_socket_recv()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_utils.c3010 if ((flags & SWITCH_POLL_ERROR)) { in switch_wait_sock()
3048 r |= SWITCH_POLL_ERROR; in switch_wait_sock()
3094 if ((waitlist[i].events & SWITCH_POLL_ERROR)) { in switch_wait_socklist()
3136 r |= SWITCH_POLL_ERROR; in switch_wait_socklist()
3137 waitlist[i].revents |= SWITCH_POLL_ERROR; in switch_wait_socklist()
3219 if ((flags & SWITCH_POLL_ERROR)) { in switch_wait_sock()
3253 if ((flags & SWITCH_POLL_ERROR) && FD_ISSET(sock, efds)) { in switch_wait_sock()
3254 r |= SWITCH_POLL_ERROR; in switch_wait_sock()
3324 if ((waitlist[i].events & SWITCH_POLL_ERROR)) { in switch_wait_socklist()
3363 r |= SWITCH_POLL_ERROR; in switch_wait_socklist()
[all …]
H A Dswitch_nat.c176 pflags = switch_wait_sock(natpmp.s, 1000, SWITCH_POLL_READ | SWITCH_POLL_ERROR | SWITCH_POLL_HUP); in get_pmp_pubaddr()
178 if ((pflags & SWITCH_POLL_ERROR) || (pflags & SWITCH_POLL_HUP)) { in get_pmp_pubaddr()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_verto/
H A Dmod_verto.c1809 …pflags = switch_wait_sock(jsock->client_socket, 3000, SWITCH_POLL_READ | SWITCH_POLL_ERROR | SWITC… in http_run()
1816 if (pflags > 0 && (pflags & SWITCH_POLL_ERROR)) { die("%s POLL ERROR\n", jsock->name); } in http_run()
1884 …pflags = switch_wait_sock(jsock->client_socket, 50, SWITCH_POLL_READ | SWITCH_POLL_ERROR | SWITCH_… in client_run()
1891 if (pflags > 0 && (pflags & SWITCH_POLL_ERROR)) { die("%s POLL ERROR\n", jsock->name); } in client_run()
4423 pfds[i].events = SWITCH_POLL_READ|SWITCH_POLL_ERROR; in profile_one_loop()
4428 pfds[i++].events = SWITCH_POLL_READ|SWITCH_POLL_ERROR; in profile_one_loop()
4446 if (pfds[x].revents & SWITCH_POLL_ERROR) { die("%s POLL ERROR\n", profile->name); } in profile_one_loop()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_types.h2713 SWITCH_POLL_ERROR = (1 << 2), enumerator
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs42310 SWITCH_POLL_ERROR = (1 << 2), enumerator