Lines Matching +refs:val +refs:resource
454 dyndns_put_nshort(char *buf, uint16_t val)
458 nval = htons(val);
465 dyndns_get_nshort(char *buf, uint16_t *val)
470 *val = ntohs(nval);
476 dyndns_put_nlong(char *buf, uint32_t val)
480 lval = htonl(val);
487 dyndns_put_byte(char *buf, char val)
489 *buf = val;
498 dyndns_put_int(char *buf, int val)
500 (void) memcpy(buf, &val, sizeof (int));
506 dyndns_put_v6addr(char *buf, smb_inaddr_t *val)
509 val->a_family = AF_INET6;
510 (void) memcpy(buf, &val->a_ipv6, IN6ADDRSZ);
648 * name : resource name of this record
653 * data : data of this resource record
657 * entries of the same resource name. Only valid for UPDATE_DEL.
1197 * entries of the same resource name. Only valid for UPDATE_DEL.
1225 char *zone, *resource, *data, zone_buf[100], resrc_buf[100];
1263 resource = (char *)hostname;
1311 resource = resrc_buf; /* ip info */
1335 resource, type, class, ttl, data, update_zone,
1360 * entries of the same resource name. Only valid for UPDATE_DEL.
1412 * entries of the same resource name. Only valid for UPDATE_DEL.
1534 * entries of the same resource name. Only valid for UPDATE_DEL
1767 * entries of the same resource name. Only valid for UPDATE_DEL.
1932 * Main routine to remove an entry or all entries of the same resource name
1942 * entries of the same resource name. Only valid for UPDATE_DEL