Home
last modified time | relevance | path

Searched refs:listening_ip (Results 1 – 19 of 19) sorted by relevance

/dports/science/py-dlib/dlib-19.22/dlib/server/
H A Dserver_kernel.cpp108 listening_ip = ""; in clear()
198 int status = create_listener(sock,listening_port,listening_ip); in open_listening_socket()
207 listening_ip = ""; in open_listening_socket()
487 std::string ip(listening_ip); in get_listening_ip()
544 listening_ip = ip; in set_listening_ip()
H A Dserver_kernel.h197 std::string listening_ip; variable
/dports/science/dlib-cpp/dlib-19.22/dlib/server/
H A Dserver_kernel.cpp108 listening_ip = ""; in clear()
198 int status = create_listener(sock,listening_port,listening_ip); in open_listening_socket()
207 listening_ip = ""; in open_listening_socket()
487 std::string ip(listening_ip); in get_listening_ip()
544 listening_ip = ip; in set_listening_ip()
H A Dserver_kernel.h197 std::string listening_ip; variable
/dports/science/py-dlib/dlib-19.22/dlib/sockets/
H A Dsockets_kernel_1.h281 ) { return listening_ip; } in get_listening_ip()
288 const std::string listening_ip; variable
H A Dsockets_kernel_2.h326 ) const { return listening_ip; } in get_listening_ip()
333 const std::string listening_ip; variable
H A Dsockets_kernel_2.cpp508 listening_ip(ip), in listener()
509 inaddr_any(listening_ip.empty()) in listener()
716 local_ip = listening_ip; in accept()
H A Dsockets_kernel_1.cpp481 listening_ip(ip), in listener()
482 inaddr_any(listening_ip.empty()) in listener()
613 local_ip = listening_ip; in accept()
/dports/devel/concurrentqueue/concurrentqueue-1.0.3-15-g0753496/benchmarks/dlib/sockets/
H A Dsockets_kernel_1.h281 ) { return listening_ip; } in get_listening_ip()
288 const std::string listening_ip; variable
H A Dsockets_kernel_2.h326 ) const { return listening_ip; } in get_listening_ip()
333 const std::string listening_ip; variable
/dports/science/dlib-cpp/dlib-19.22/dlib/sockets/
H A Dsockets_kernel_1.h281 ) { return listening_ip; } in get_listening_ip()
288 const std::string listening_ip; variable
H A Dsockets_kernel_2.h326 ) const { return listening_ip; } in get_listening_ip()
333 const std::string listening_ip; variable
H A Dsockets_kernel_2.cpp508 listening_ip(ip), in listener()
509 inaddr_any(listening_ip.empty()) in listener()
716 local_ip = listening_ip; in accept()
H A Dsockets_kernel_1.cpp481 listening_ip(ip), in listener()
482 inaddr_any(listening_ip.empty()) in listener()
613 local_ip = listening_ip; in accept()
/dports/net/miniupnpd/miniupnpd-2.1.20200510/
H A DINSTALL137 listening_ip : LAN network interface (network where to supply NAT traversal)
143 listening_ip=192.168.0.1/24
145 listening_ip=eth0
150 listening_ip=eth0/24
158 listening_ip=eth0
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/miniupnp/miniupnpd/
H A DINSTALL134 listening_ip : LAN network interface (network where to supply NAT traversal)
140 listening_ip=192.168.0.1/24
142 listening_ip=eth0
147 listening_ip=eth0/24
155 listening_ip=eth0
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/miniupnp/miniupnpd/
H A DINSTALL134 listening_ip : LAN network interface (network where to supply NAT traversal)
140 listening_ip=192.168.0.1/24
142 listening_ip=eth0
147 listening_ip=eth0/24
155 listening_ip=eth0
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/miniupnp/miniupnpd/
H A DINSTALL134 listening_ip : LAN network interface (network where to supply NAT traversal)
140 listening_ip=192.168.0.1/24
142 listening_ip=eth0
147 listening_ip=eth0/24
155 listening_ip=eth0
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_skinny/
H A Dmod_skinny.c2015 char *listening_ip = NULL; in skinny_profile_run() local
2032 switch_sockaddr_ip_get(&listening_ip, sa); in skinny_profile_run()
2033 if (!profile->ip || strcmp(listening_ip, profile->ip)) { in skinny_profile_run()
2034 profile->ip = switch_core_strdup(profile->pool, listening_ip); in skinny_profile_run()