Searched refs:portlist (Results 1 - 9 of 9) sorted by last modified time

/macosx-10.9.5/netcat-20/
H A Dnetcat.c128 char *portlist[PORT_MAX+1]; variable
500 /* Construct the portlist[] array. */
503 /* Cycle through portlist, connecting to each port. */
504 for (i = 0; portlist[i] != NULL; i++) {
509 s = socks_connect(host, portlist[i], hints,
512 s = remote_connectx(host, portlist[i], hints);
514 s = remote_connect(host, portlist[i], hints);
534 ntohs(atoi(portlist[i])),
539 host, portlist[i], uflag ? "udp" : "tcp",
1007 * Build an array or ports in portlist[], listin
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/named/
H A Dserver.c74 #include <dns/portlist.h>
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/
H A Ddispatch.c46 #include <dns/portlist.h>
83 dns_portlist_t *portlist; member in struct:dns_dispatchmgr
2006 dns_portlist_t *portlist)
2009 UNUSED(portlist);
2005 dns_dispatchmgr_setblackportlist(dns_dispatchmgr_t *mgr, dns_portlist_t *portlist) argument
H A Dportlist.c18 /* $Id: portlist.c,v 1.13 2007/06/19 23:47:16 tbox Exp $ */
37 #include <dns/portlist.h>
75 dns_portlist_t *portlist; local
80 portlist = isc_mem_get(mctx, sizeof(*portlist));
81 if (portlist == NULL)
83 result = isc_mutex_init(&portlist->lock);
85 isc_mem_put(mctx, portlist, sizeof(*portlist));
88 result = isc_refcount_init(&portlist
138 dns_portlist_add(dns_portlist_t *portlist, int af, in_port_t port) argument
189 dns_portlist_remove(dns_portlist_t *portlist, int af, in_port_t port) argument
215 dns_portlist_match(dns_portlist_t *portlist, int af, in_port_t port) argument
236 dns_portlist_attach(dns_portlist_t *portlist, dns_portlist_t **portlistp) argument
247 dns_portlist_t *portlist; local
[all...]
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/include/dns/
H A Ddispatch.h196 dns_portlist_t *portlist);
H A Dportlist.h18 /* $Id: portlist.h,v 1.9 2007/06/19 23:47:17 tbox Exp $ */
20 /*! \file dns/portlist.h */
46 dns_portlist_add(dns_portlist_t *portlist, int af, in_port_t port);
48 * Add the given <port,af> tuple to the portlist.
51 *\li 'portlist' to be valid.
60 dns_portlist_remove(dns_portlist_t *portlist, int af, in_port_t port);
62 * Remove the given <port,af> tuple to the portlist.
65 *\li 'portlist' to be valid.
70 dns_portlist_match(dns_portlist_t *portlist, int af, in_port_t port);
72 * Find the given <port,af> tuple to the portlist
[all...]
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/win32/
H A Dlibdns.mak170 -@erase "$(INTDIR)\portlist.obj"
293 "$(INTDIR)\portlist.obj" \
470 -@erase "$(INTDIR)\portlist.obj"
471 -@erase "$(INTDIR)\portlist.sbr"
629 "$(INTDIR)\portlist.sbr" \
724 "$(INTDIR)\portlist.obj" \
1410 SOURCE=..\portlist.c
1415 "$(INTDIR)\portlist.obj" : $(SOURCE) "$(INTDIR)"
1422 "$(INTDIR)\portlist.obj" "$(INTDIR)\portlist
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dcterm.vim31 syn keyword ctermFunction pause portlist printer protocol quit rcv
/macosx-10.9.5/xnu-2422.115.4/osfmk/i386/
H A Dio_port.h77 io_reg_t * portlist);

Completed in 211 milliseconds