Searched refs:defport (Results 1 - 3 of 3) sorted by relevance
/bind-9.11.3/bin/named/include/named/ |
H A D | config.h | 48 in_port_t defport, isc_mem_t *mctx,
|
/bind-9.11.3/bin/rndc/ |
H A D | rndc.c | 524 const cfg_obj_t *defport = NULL; local 668 (void)cfg_map_get(server, "port", &defport); 669 if (defport == NULL && options != NULL) 670 (void)cfg_map_get(options, "default-port", &defport); 672 if (defport != NULL) { 673 remoteport = cfg_obj_asuint32(defport);
|
/bind-9.11.3/bin/named/ |
H A D | config.c | 435 in_port_t defport, isc_mem_t *mctx, 464 } else if (defport != 0) 465 port = defport; 434 ns_config_getiplist(const cfg_obj_t *config, const cfg_obj_t *list, in_port_t defport, isc_mem_t *mctx, isc_sockaddr_t **addrsp, isc_dscp_t **dscpsp, isc_uint32_t *countp) argument
|
Completed in 20 milliseconds