HomeSort by: relevance | last modified time | path
    Searched defs:portlist (Results 1 - 4 of 4) sorted by relevancy

  /src/external/mpl/dhcp/bind/dist/lib/dns/
portlist.c 1 /* $NetBSD: portlist.c,v 1.1 2024/02/18 20:57:33 christos Exp $ */
32 #include <dns/portlist.h>
73 dns_portlist_t *portlist; local
77 portlist = isc_mem_get(mctx, sizeof(*portlist));
78 isc_mutex_init(&portlist->lock);
79 isc_refcount_init(&portlist->refcount, 1);
80 portlist->list = NULL;
81 portlist->allocated = 0;
82 portlist->active = 0
239 dns_portlist_t *portlist = *portlistp; local
    [all...]
dispatch.c 41 #include <dns/portlist.h>
68 dns_portlist_t *portlist; member in struct:dns_dispatchmgr
1803 dns_portlist_t *portlist) {
1805 UNUSED(portlist);
  /src/usr.sbin/mrouted/
snmp.c 66 int index, sd, portlist[32]; local
111 if (dest_port == portlist[index])
133 portlist[sdlen] = dest_port;
  /src/usr.bin/nc/
netcat.c 131 char *portlist[PORT_MAX+1]; variable
706 /* Construct the portlist[] array. */
709 /* Cycle through portlist, connecting to each port. */
710 for (s = -1, i = 0; portlist[i] != NULL; i++) {
724 s = socks_connect(host, portlist[i], hints,
728 s = remote_connect(host, portlist[i], hints);
748 ntohs(atoi(portlist[i])),
754 "succeeded!\n", host, portlist[i],
1469 * Build an array of ports in portlist[], listing each port
1493 * Initialize portlist with a random permutation. Based o
    [all...]

Completed in 72 milliseconds