/netbsd-src/external/ibm-public/postfix/dist/src/dns/ |
H A D | dns_rr_filter.c | 123 DNS_RR **rrp; in dns_rr_filter_execute() local 134 for (rrp = rrlist; (rr = *rrp) != 0; /* see below */ ) { in dns_rr_filter_execute() 139 *rrp = rr->next; /* do not advance in the list */ in dns_rr_filter_execute() 149 rrp = &(rr->next); /* do advance in the list */ in dns_rr_filter_execute()
|
/netbsd-src/sys/altq/ |
H A D | altq_wfq.c | 149 new_wfqp->rrp = NULL; in wfq_ifattach() 276 if (wfqp->rrp == NULL){ in wfq_ifenqueue() 279 wfqp->rrp = queue; in wfq_ifenqueue() 283 queue->prev = wfqp->rrp->prev; in wfq_ifenqueue() 284 wfqp->rrp->prev->next = queue; in wfq_ifenqueue() 285 wfqp->rrp->prev = queue; in wfq_ifenqueue() 286 queue->next = wfqp->rrp; in wfq_ifenqueue() 420 if((queue = wfqp->rrp) == NULL) in wfq_maxqueue() 428 } while ((queue = queue->next) != wfqp->rrp); in wfq_maxqueue() 444 if ((wfqp->bytes == 0) || ((queue = wfqp->rrp) in wfq_ifdequeue() [all...] |
H A D | altq_wfq.h | 120 wfq *rrp; /* round robin pointer */ member
|
/netbsd-src/sys/arch/sparc/sparc/ |
H A D | cpu.c | 222 struct openprom_addr *rrp = NULL; in cpu_mainbus_attach() local 248 &n, &rrp)) == 0) { in cpu_mainbus_attach() 252 if (rrp[0].oa_space == 0) in cpu_mainbus_attach() 256 BUS_ADDR(rrp[0].oa_space, rrp[0].oa_base), in cpu_mainbus_attach() 257 rrp[0].oa_size, in cpu_mainbus_attach() 261 free(rrp, M_DEVBUF); in cpu_mainbus_attach() 271 rrp = NULL; in cpu_mainbus_attach() 274 &n, &rrp)) != 0) in cpu_mainbus_attach() 279 BUS_ADDR(rrp[0].oa_space, rrp[0].oa_base), in cpu_mainbus_attach() 280 rrp[0].oa_size, in cpu_mainbus_attach() [all …]
|
H A D | autoconf.c | 1426 prom_getprop_reg1(int node, struct openprom_addr *rrp) in prom_getprop_reg1() argument 1438 memset(rrp, 0, sizeof(struct openprom_addr)); in prom_getprop_reg1() 1444 *rrp = rrp0[0]; in prom_getprop_reg1()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/conf/ |
H A D | conf_def.c | 529 char *s, *e, *rp, *p, *rrp, *np, *cp, v; in str_copy() local 588 rrp = NULL; in str_copy() 605 rrp = e; in str_copy() 607 *rrp = '\0'; in str_copy() 634 if (rrp != NULL) in str_copy() 635 *rrp = rr; in str_copy()
|
/netbsd-src/external/mpl/bind/dist/lib/dns/include/dns/ |
H A D | librpz.h | 521 * @param[out] rrp: optional malloc() buffer containing the next RR or 531 librpz_rr_t **rrp, librpz_result_t *result, 540 * @param[out] rrp: malloc() buffer with SOA RR without owner name 548 librpz_rr_t **rrp, librpz_domain_buf_t *origin,
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/ |
H A D | librpz.h | 539 librpz_rr_t **rrp, librpz_result_t *result, 556 librpz_rr_t **rrp, librpz_domain_buf_t *origin,
|
/netbsd-src/external/bsd/unbound/dist/contrib/ |
H A D | fastrpz.patch | 881 + * @param[out] rrp: optionall malloc() buffer containting the next RR or 891 + librpz_rr_t **rrp, librpz_result_t *result, 900 + * @param[out] rrp: malloc() buffer with SOA RR without owner name 908 + librpz_rr_t **rrp, librpz_domain_buf_t *origin, 1706 +next_rr(librpz_rr_t** rrp, const uint8_t* qname, size_t qname_len, 1711 + if(!librpz->rsp_rr(&emsg, NULL, NULL, NULL, rrp, &rpz->result, 1714 + *rrp = NULL;
|
/netbsd-src/external/bsd/ipf/dist/etc/ |
H A D | services | 668 rrp 648/tcp # Registry Registrar Protocol (RRP) 669 rrp 648/udp # Registry Registrar Protocol (RRP)
|
/netbsd-src/etc/ |
H A D | services | 1712 rrp 648/tcp # Registry Registrar Protocol [Scott_Hollenbeck] … 1714 rrp 648/udp # Registry Registrar Protocol [Scott_Hollenbeck] … 2528 d-cinema-rrp 1173/tcp # D-Cinema Request-Response [Robert_Baldwin] … 2529 d-cinema-rrp 1173/udp # D-Cinema Request-Response [Robert_Baldwin] …
|