| /bind-9.11.3/lib/isc/include/isc/ |
| H A D | portset.h | 64 isc_portset_isset(isc_portset_t *portset, in_port_t port); 88 isc_portset_add(isc_portset_t *portset, in_port_t port); 98 isc_portset_remove(isc_portset_t *portset, in_port_t port); 108 isc_portset_addrange(isc_portset_t *portset, in_port_t port_lo, 109 in_port_t port_hi); 120 isc_portset_removerange(isc_portset_t *portset, in_port_t port_lo, 121 in_port_t port_hi);
|
| H A D | sockaddr.h | 114 in_port_t port); 121 in_port_t port); 128 in_port_t port); 135 in_port_t port); 156 isc_sockaddr_setport(isc_sockaddr_t *sockaddr, in_port_t port); 161 in_port_t
|
| /bind-9.11.3/lib/isc/ |
| H A D | portset.c | 34 portset_isset(isc_portset_t *portset, in_port_t port) { 39 portset_add(isc_portset_t *portset, in_port_t port) { 47 portset_remove(isc_portset_t *portset, in_port_t port) { 82 isc_portset_isset(isc_portset_t *portset, in_port_t port) { 96 isc_portset_add(isc_portset_t *portset, in_port_t port) { 103 isc_portset_remove(isc_portset_t *portset, in_port_t port) { 108 isc_portset_addrange(isc_portset_t *portset, in_port_t port_lo, 109 in_port_t port_hi) 111 in_port_t p; 123 isc_portset_removerange(isc_portset_t *portset, in_port_t port_l [all...] |
| H A D | sockaddr.c | 269 in_port_t port) 298 in_port_t port) 313 in_port_t port) 358 in_port_t port) 389 isc_sockaddr_setport(isc_sockaddr_t *sockaddr, in_port_t port) { 406 in_port_t 408 in_port_t port = 0;
|
| /bind-9.11.3/lib/dns/include/dns/ |
| H A D | portlist.h | 37 dns_portlist_add(dns_portlist_t *portlist, int af, in_port_t port); 51 dns_portlist_remove(dns_portlist_t *portlist, int af, in_port_t port); 61 dns_portlist_match(dns_portlist_t *portlist, int af, in_port_t port);
|
| H A D | adb.h | 114 in_port_t port; 334 in_port_t port, dns_adbfind_t **find); 339 isc_stdtime_t now, dns_name_t *target, in_port_t port,
|
| H A D | view.h | 155 in_port_t dstport; 479 dns_view_setdstport(dns_view_t *view, in_port_t dstport);
|
| H A D | resolver.h | 450 dns_name_t *name, in_port_t port);
|
| /bind-9.11.3/bin/named/include/named/ |
| H A D | listenlist.h | 39 in_port_t port; 56 ns_listenelt_create(isc_mem_t *mctx, in_port_t port, isc_dscp_t dscp, 87 ns_listenlist_default(isc_mem_t *mctx, in_port_t port, isc_dscp_t dscp,
|
| H A D | lwaddr.h | 21 in_port_t port);
|
| H A D | config.h | 48 in_port_t defport, isc_mem_t *mctx, 61 ns_config_getport(const cfg_obj_t *config, in_port_t *portp);
|
| H A D | globals.h | 70 EXTERN in_port_t ns_g_port INIT(0); 72 EXTERN in_port_t lwresd_g_listenport INIT(0);
|
| /bind-9.11.3/lib/bind9/include/bind9/ |
| H A D | getaddresses.h | 24 bind9_getaddresses(const char *hostname, in_port_t port,
|
| /bind-9.11.3/lib/dns/ |
| H A D | portlist.c | 34 in_port_t port; 96 find_port(dns_element_t *list, unsigned int len, in_port_t port) { 129 dns_portlist_add(dns_portlist_t *portlist, int af, in_port_t port) { 180 dns_portlist_remove(dns_portlist_t *portlist, int af, in_port_t port) { 206 dns_portlist_match(dns_portlist_t *portlist, int af, in_port_t port) {
|
| H A D | dispatch.c | 110 in_port_t *v4ports; /*%< available ports for IPv4 */ 112 in_port_t *v6ports; /*%< available ports for IPv4 */ 125 in_port_t port; 163 in_port_t localport; /* XXX: should be removed later */ 178 in_port_t port; 209 in_port_t localport; /*%< local UDP port */ 279 dns_messageid_t, in_port_t, unsigned int); 290 in_port_t); 421 in_port_t port) 556 port_search(dns_dispatch_t *disp, in_port_t por [all...] |
| /bind-9.11.3/lib/isc/win32/include/isc/ |
| H A D | net.h | 38 * in_port_t 121 * Ensure type in_port_t is defined. 124 typedef isc_uint16_t in_port_t; typedef 391 isc_net_getudpportrange(int af, in_port_t *low, in_port_t *high);
|
| /bind-9.11.3/lib/isc/unix/ |
| H A D | net.c | 769 getudpportrange_sysctl(int af, in_port_t *low, in_port_t *high) { 794 *low = (in_port_t)port_low; 795 *high = (in_port_t)port_high; 801 getudpportrange_sysctl(int af, in_port_t *low, in_port_t *high) { 833 *low = (in_port_t) port_low; 834 *high = (in_port_t) port_high; 842 isc_net_getudpportrange(int af, in_port_t *low, in_port_t *hig [all...] |
| /bind-9.11.3/bin/named/ |
| H A D | listenlist.c | 26 ns_listenelt_create(isc_mem_t *mctx, in_port_t port, isc_dscp_t dscp, 95 ns_listenlist_default(isc_mem_t *mctx, in_port_t port, isc_dscp_t dscp,
|
| H A D | lwaddr.c | 47 in_port_t port)
|
| H A D | config.c | 435 in_port_t defport, isc_mem_t *mctx, 444 in_port_t port; 463 port = (in_port_t) val; 581 in_port_t port; 590 in_port_t port; 626 port = (in_port_t) val; 884 ns_config_getport(const cfg_obj_t *config, in_port_t *portp) { 906 *portp = (in_port_t)cfg_obj_asuint32(portobj);
|
| /bind-9.11.3/lib/isc/unix/include/isc/ |
| H A D | net.h | 32 *\li in_port_t 259 * Ensure type in_port_t is defined. 261 typedef isc_uint16_t in_port_t; typedef 376 isc_net_getudpportrange(int af, in_port_t *low, in_port_t *high);
|
| /bind-9.11.3/lib/isc/win32/ |
| H A D | net.c | 293 isc_net_getudpportrange(int af, in_port_t *low, in_port_t *high) {
|
| /bind-9.11.3/lib/bind9/ |
| H A D | getaddresses.c | 40 bind9_getaddresses(const char *hostname, in_port_t port,
|
| /bind-9.11.3/bin/dig/include/dig/ |
| H A D | dig.h | 267 extern in_port_t port; 303 get_address(char *host, in_port_t myport, isc_sockaddr_t *sockaddr);
|
| /bind-9.11.3/contrib/dnsperf-2.1.0.0-1/ |
| H A D | opt.c | 50 in_port_t *portp;
|