Lines Matching defs:source
50 isc_buffer_t source, target;
66 isc_buffer_init(&source, hipwire, sizeof(hipwire));
67 isc_buffer_add(&source, sizeof(hipwire));
68 isc_buffer_setactive(&source, i);
73 dns_rdatatype_hip, &source, &dctx,
95 /* Option code family 0, source 0, scope 0 */
103 /* Option code family 1 (ipv4), source 0, scope 0 */
111 /* Option code family 2 (ipv6) , source 0, scope 0 */
128 /* source too long for IPv4 */
137 /* source too long for IPv6 */
170 /* length too short for source generic */
179 /* length too short for source ipv4 */
188 /* length too short for source ipv6 */
205 isc_buffer_t source, target;
214 isc_buffer_init(&source, test_data[i].data, test_data[i].len);
215 isc_buffer_add(&source, test_data[i].len);
216 isc_buffer_setactive(&source, test_data[i].len);
221 dns_rdatatype_opt, &source,
264 isc_buffer_t source, target1, target2;
274 isc_buffer_init(&source, test_data[i].data, test_data[i].len);
275 isc_buffer_add(&source, test_data[i].len);
276 isc_buffer_setactive(&source, test_data[i].len);
281 dns_rdatatype_wks, &source,
338 isc_buffer_t source, target1, target2;
348 isc_buffer_init(&source, test_data[i].data, test_data[i].len);
349 isc_buffer_add(&source, test_data[i].len);
350 isc_buffer_setactive(&source, test_data[i].len);
355 dns_rdatatype_isdn, &source,