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

1234567891011>>

/macosx-10.10/bind9-45.101/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.10/ipsec-286.1.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.10/ruby-106/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.10/bind9-45.101/bind9/bin/tests/startperf/
H A Dsetup.sh29 listen-on { localhost; };
30 listen-on-v6 { localhost; };
/macosx-10.10/bind9-45.101/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.10/bind9-45.101/bind9/bin/tests/system/ixfr/
H A Dsetup.sh29 listen-on { 10.53.0.1; };
30 listen-on-v6 { none; };
/macosx-10.10/bind9-45.101/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.10/bind9-45.101/bind9/bin/tests/system/tkey/ns1/
H A Dnamed.conf.in28 listen-on { 10.53.0.1; };
29 listen-on-v6 { none; };
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/xfer/ns4/
H A Dnamed.conf.base25 listen-on { 10.53.0.4; };
26 listen-on-v6 { none; };
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/term/
H A Dreceive.tcl19 proc ::term::receive::listen {cmd {chan stdin}} {
51 namespace export getch listen
/macosx-10.10/xnu-2782.1.97/libsyscall/wrappers/legacy/
H A Dlisten.c42 * listen stub, legacy version
45 listen(int socket, int backlog) function
/macosx-10.10/ppp-786.1.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.10/ruby-106/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.10/IOFireWireFamily-456/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.10/IOFireWireFamily-456/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.10/xnu-2782.1.97/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.10/WebKit2-7600.1.25/UIProcess/InspectorServer/
H A DWebSocketServer.cpp53 bool WebSocketServer::listen(const String& bindAddress, unsigned short port) function in class:WebKit::WebSocketServer
/macosx-10.10/apr-32/apr/apr/include/arch/os2/
H A Dapr_arch_os2calls.h51 #define listen apr_os2_listen macro
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/addzone/ns2/
H A Dnamed1.conf24 listen-on { 10.53.0.2; };
25 listen-on-v6 { none; };
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/allow_query/ns2/
H A Dnamed01.conf24 listen-on { 10.53.0.2; };
25 listen-on-v6 { none; };
H A Dnamed02.conf24 listen-on { 10.53.0.2; };
25 listen-on-v6 { none; };

Completed in 216 milliseconds

1234567891011>>