Lines Matching +refs:val +refs:target
428 isc_uint16_t family, ns_listenelt_t **target);
432 isc_uint16_t family, ns_listenlist_t **target);
469 putuint8(isc_buffer_t **b, isc_uint8_t val);
688 isc_boolean_t managed, dst_key_t **target, isc_mem_t *mctx)
705 INSIST(target != NULL && *target == NULL);
781 *target = dstkey;
4970 isc_uint32_t val = cfg_obj_asuint32(portobj);
4971 if (val > ISC_UINT16_MAX) {
4973 "port '%u' out of range", val);
4976 port = (in_port_t) val;
5008 isc_uint32_t val = cfg_obj_asuint32(portobj);
5009 if (val > ISC_UINT16_MAX) {
5013 val);
5016 myport = (in_port_t) val;
5061 isc_uint32_t val = cfg_obj_asuint32(portobj);
5062 if (val > ISC_UINT16_MAX) {
5064 "port '%u' out of range", val);
5067 port = (in_port_t) val;
9630 isc_uint16_t family, ns_listenlist_t **target)
9636 REQUIRE(target != NULL && *target == NULL);
9654 *target = dlist;
9669 isc_uint16_t family, ns_listenelt_t **target)
9676 REQUIRE(target != NULL && *target == NULL);
9721 *target = delt;
10452 char target[DNS_NAME_FORMATSIZE];
10471 strlcpy(target, ptr, DNS_NAME_FORMATSIZE);
10472 isc_buffer_constinit(&b, target, strlen(target));
10473 isc_buffer_add(&b, strlen(target));
10507 target, view->name,
10518 target, viewname);
10525 target);
10534 target, viewname);
10685 delete_keynames(dns_tsig_keyring_t *ring, char *target,
10724 if (strcmp(namestr, target) == 0) {
10755 char target[DNS_NAME_FORMATSIZE];
10763 strlcpy(target, ptr, DNS_NAME_FORMATSIZE);
10774 result = delete_keynames(view->dynamickeys, target,
13178 putuint8(isc_buffer_t **b, isc_uint8_t val) {
13185 isc_buffer_putuint8(*b, val);