Searched defs:dscpp (Results 1 - 3 of 3) sorted by relevance

/bind-9.11.3/lib/dns/
H A Dpeer.c806 dns_peer_getnotifydscp(dns_peer_t *peer, isc_dscp_t *dscpp) { argument
808 REQUIRE(dscpp != NULL);
811 *dscpp = peer->notify_dscp;
828 dns_peer_gettransferdscp(dns_peer_t *peer, isc_dscp_t *dscpp) { argument
830 REQUIRE(dscpp != NULL);
833 *dscpp = peer->transfer_dscp;
850 dns_peer_getquerydscp(dns_peer_t *peer, isc_dscp_t *dscpp) { argument
852 REQUIRE(dscpp != NULL);
855 *dscpp = peer->query_dscp;
/bind-9.11.3/bin/named/
H A Dconfig.c911 ns_config_getdscp(const cfg_obj_t *config, isc_dscp_t *dscpp) { argument
922 *dscpp = -1;
931 *dscpp = (isc_dscp_t)cfg_obj_asuint32(dscpobj);
H A Dserver.c1122 dns_dispatch_t **dispatchp, isc_dscp_t *dscpp,
1150 if (dscp != -1 && dscpp != NULL)
1151 *dscpp = dscp;
1121 get_view_querysource_dispatch(const cfg_obj_t **maps, int af, dns_dispatch_t **dispatchp, isc_dscp_t *dscpp, isc_boolean_t is_firstview) argument

Completed in 117 milliseconds