Searched refs:listen (Results 1 - 25 of 400) sorted by relevance

1234567891011>>

/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/dlzexternal/ns1/
H A Dnamed.conf.in28 listen-on { 10.53.0.1; 127.0.0.1; };
29 listen-on-v6 { none; };
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/racoon/Sample/Embedded/
H A Dracoon.conf27 # if no listen directive is specified, racoon will listen to all
29 listen
/macosx-10.9.5/ruby-104/ruby/test/rexml/
H A Dtest_sax.rb13 p.listen(:characters) {|x| assert_equal txt, x}
14 p.listen(:characters, ["A"]) {|x| assert_equal txt,x}
26 sax.listen(:characters) {|x| results << x }
46 parser.listen( :start_document ) { start_document += 1 }
47 parser.listen( :end_document ) { end_document += 1 }
48 parser.listen( :start_element, %w{ changelog bugs todo }, &blok )
50 # listen( :start_element, %w{ ... } )
51 parser.listen( %w{ changelog bugs todo }, &blok )
53 parser.listen( :start_element ) { |uri,localname,qname,attributes|
57 parser.listen( listene
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/InspectorServer/qt/
H A DWebSocketServerQt.h41 bool listen(const String& bindAddress, unsigned short port);
H A DWebSocketServerQt.cpp41 return m_tcpServerHandler->listen(bindAddress, port);
64 bool QtTcpServerHandler::listen(const String& bindAddress, unsigned short port) function in class:WebKit::QtTcpServerHandler
68 bool success = m_serverSocket.listen(QHostAddress(bindAddress), port);
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/startperf/
H A Dsetup.sh29 listen-on { localhost; };
30 listen-on-v6 { localhost; };
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/database/ns1/
H A Dnamed.conf136 listen-on { 10.53.0.1; };
37 listen-on-v6 { none; };
H A Dnamed.conf236 listen-on { 10.53.0.1; };
37 listen-on-v6 { none; };
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/ixfr/
H A Dsetup.sh29 listen-on { 10.53.0.1; };
30 listen-on-v6 { none; };
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/logfileconfig/ns1/
H A Dnamed.dirconf25 listen-on port 5300 {
28 listen-on-v6 { none; };
H A Dnamed.pipeconf25 listen-on port 5300 {
28 listen-on-v6 { none; };
H A Dnamed.plain25 listen-on port 5300 {
28 listen-on-v6 { none; };
H A Dnamed.symconf25 listen-on port 5300 {
28 listen-on-v6 { none; };
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/tkey/ns1/
H A Dnamed.conf.in28 listen-on { 10.53.0.1; };
29 listen-on-v6 { none; };
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/xfer/ns4/
H A Dnamed.conf.base25 listen-on { 10.53.0.4; };
26 listen-on-v6 { none; };
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/term/
H A Dreceive.tcl19 proc ::term::receive::listen {cmd {chan stdin}} {
51 namespace export getch listen
/macosx-10.9.5/xnu-2422.115.4/libsyscall/wrappers/legacy/
H A Dlisten.c42 * listen stub, legacy version
45 listen(int socket, int backlog) function
/macosx-10.9.5/ppp-727.90.1/Helpers/vpnd/
H A Dvpnplugins.h32 * functionality for vpnd to listen for and accept connections
47 int (*listen) __P((void)); member in struct:vpn_channel
/macosx-10.9.5/ruby-104/ruby/sample/drb/
H A Ddchats.rb24 def listen(str) method in class:ChatEntry
52 @members[m].listen(msg2)
54 @members[m].listen(msg)
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibIsochChannel.cpp169 IOFireWireLibIsochPortRef listen ; local
172 listen = (IOFireWireLibIsochPortRef)CFArrayGetValueAtIndex( mListeners, listenIndex) ;
173 (**listen).GetSupported( listen, & portSpeed, & portChans );
223 IOFireWireLibIsochPortRef listen ; local
228 listen = (IOFireWireLibIsochPortRef)CFArrayGetValueAtIndex(mListeners, index) ;
229 result = (**listen).ReleasePort( listen );
231 DebugLogCond(result, "IsochChannel::ReleaseChannel: error %p calling ReleasePort() on listener\n", listen) ;
252 IOFireWireLibIsochPortRef listen ; local
286 IOFireWireLibIsochPortRef listen ; local
[all...]
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFWUserIsochChannel.cpp86 IOFWIsochPort* listen; local
92 while( (listen = (IOFWIsochPort *) listenIterator->getNextObject()) && (result == kIOReturnSuccess)) {
93 result = listen->allocatePort(fSpeed, fChannel);
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dunix_pass_listen.c7 /* #include <listen.h>
61 #include <listen.h>
/macosx-10.9.5/xnu-2422.115.4/tools/tests/libMicro/
H A Dlisten.c32 * listen benchmark
59 (void) sprintf(lm_usage, "notes: measures listen()()\n");
119 if (listen(sock, 4) == -1)
121 if (listen(sock, 5) == -1)
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/arch/os2/
H A Dapr_arch_os2calls.h51 #define listen apr_os2_listen macro
/macosx-10.9.5/apr-30/apr/apr/include/arch/os2/
H A Dapr_arch_os2calls.h51 #define listen apr_os2_listen macro

Completed in 416 milliseconds

1234567891011>>