Searched refs:in_port_t (Results 1 - 25 of 48) sorted by relevance

12

/bind-9.11.3/lib/isc/include/isc/
H A Dportset.h64 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 Dsockaddr.h114 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 Dportset.c34 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 Dsockaddr.c269 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 Dportlist.h37 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 Dadb.h114 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 Dview.h155 in_port_t dstport;
479 dns_view_setdstport(dns_view_t *view, in_port_t dstport);
H A Dresolver.h450 dns_name_t *name, in_port_t port);
/bind-9.11.3/bin/named/include/named/
H A Dlistenlist.h39 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 Dlwaddr.h21 in_port_t port);
H A Dconfig.h48 in_port_t defport, isc_mem_t *mctx,
61 ns_config_getport(const cfg_obj_t *config, in_port_t *portp);
H A Dglobals.h70 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 Dgetaddresses.h24 bind9_getaddresses(const char *hostname, in_port_t port,
/bind-9.11.3/lib/dns/
H A Dportlist.c34 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 Ddispatch.c110 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 Dnet.h38 * 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 Dnet.c769 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 Dlistenlist.c26 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 Dlwaddr.c47 in_port_t port)
H A Dconfig.c435 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 Dnet.h32 *\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 Dnet.c293 isc_net_getudpportrange(int af, in_port_t *low, in_port_t *high) {
/bind-9.11.3/lib/bind9/
H A Dgetaddresses.c40 bind9_getaddresses(const char *hostname, in_port_t port,
/bind-9.11.3/bin/dig/include/dig/
H A Ddig.h267 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 Dopt.c50 in_port_t *portp;

Completed in 50 milliseconds

12