Home
last modified time | relevance | path

Searched refs:rpl (Results 1 – 25 of 25) sorted by relevance

/netbsd-src/usr.sbin/rbootd/
H A Drmpproto.c178 struct rmp_packet *rpl; in SendServerID() local
182 rpl = &rconn->rmp; /* cache ptr to RMP packet */ in SendServerID()
187 rpl->r_brpl.rmp_type = RMP_BOOT_REPL; in SendServerID()
188 rpl->r_brpl.rmp_retcode = RMP_E_OKAY; in SendServerID()
189 ZEROWORD(rpl->r_brpl.rmp_seqno); in SendServerID()
190 rpl->r_brpl.rmp_session = 0; in SendServerID()
191 rpl->r_brpl.rmp_version = htons(RMP_VERSION); in SendServerID()
193 size = &rpl->r_brpl.rmp_flnmsize; /* ptr to length of host name */ in SendServerID()
200 dst = (char *) &rpl->r_brpl.rmp_flnm; in SendServerID()
229 struct rmp_packet *rpl; in SendFileNo() local
[all …]
/netbsd-src/sys/netipsec/
H A Dkey_debug.c557 kdebug_secreplay(const struct secreplay *rpl)
562 if (rpl == NULL)
566 rpl->count, rpl->wsize, rpl->seq, rpl->lastseq);
568 if (rpl->bitmap == NULL) {
575 for (len = 0; len < rpl->wsize; len++) {
577 printf(" %u", (((rpl->bitmap)[len] >> l) & 1) ? 1 : 0);
/netbsd-src/sys/dev/pci/cxgb/
H A Dcxgb_offload.c645 struct cpl_smt_write_rpl *rpl = cplhdr(m); in do_smt_write_rpl() local
647 if (rpl->status != CPL_ERR_NONE) in do_smt_write_rpl()
650 rpl->status, GET_TID(rpl)); in do_smt_write_rpl()
658 struct cpl_l2t_write_rpl *rpl = cplhdr(m); in do_l2t_write_rpl() local
660 if (rpl->status != CPL_ERR_NONE) in do_l2t_write_rpl()
663 rpl->status, GET_TID(rpl)); in do_l2t_write_rpl()
671 struct cpl_act_open_rpl *rpl = cplhdr(m); in do_act_open_rpl() local
672 unsigned int atid = G_TID(ntohl(rpl->atid)); in do_act_open_rpl()
764 struct cpl_abort_rpl *rpl; in do_abort_req_rss() local
776 rpl = cplhdr(m2); in do_abort_req_rss()
[all …]
/netbsd-src/crypto/dist/ipsec-tools/src/libipsec/
H A Dkey_debug.c753 kdebug_secreplay(struct secreplay *rpl) in kdebug_secreplay() argument
758 if (rpl == NULL) in kdebug_secreplay()
762 rpl->count, rpl->wsize, rpl->seq, rpl->lastseq); in kdebug_secreplay()
764 if (rpl->bitmap == NULL) { in kdebug_secreplay()
771 for (len = 0; len < rpl->wsize; len++) { in kdebug_secreplay()
773 printf("%u", (((rpl->bitmap)[len] >> l) & 1) ? 1 : 0); in kdebug_secreplay()
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-format/
H A Dclang-format.el196 (dolist (rpl replacements)
197 (apply #'clang-format--replace rpl)))
/netbsd-src/external/bsd/nvi/dist/ex/
H A Dex_subst.c1333 size_t rpl; /* Remaining replacement length. */ in re_sub() local
1392 for (rp = sp->repl, rpl = sp->repl_len, p = lb + lbclen; rpl--;) { in re_sub()
1401 if (rpl == 0) in re_sub()
1403 --rpl; in re_sub()
/netbsd-src/external/bsd/unbound/dist/testdata/03-testbound.tdir/
H A D03-testbound.test65 # the .rpl should work on any system (portable).
66 for input in $PRE/testdata/*.rpl $PRE/testdata/*.crpl; do
/netbsd-src/external/bsd/unbound/dist/testdata/nss_compile.tdir/
H A Dnss_compile.test21 cp $PRE/testdata/*.rpl testdata/.
/netbsd-src/external/bsd/tcpdump/dist/
H A Dprint-pfsync.c225 htonl(t->spi), htonl(t->rpl), in pfsync_print()
/netbsd-src/sys/dist/pf/net/
H A Dif_pfsync.h40 u_int32_t rpl; member
/netbsd-src/external/bsd/unbound/dist/testdata/
H A Diter_pclame.rpl123 ; of timeouts since this is easier to encode in .rpl file format).
H A Dval_noadwhennodo.rpl138 ; (this is a copy of val_positive.rpl).
H A Diter_pcdiff.rpl177 ; of timeouts since this is easier to encode in .rpl file format).
H A Diter_pc_aaaa.rpl154 ; of timeouts since this is easier to encode in .rpl file format).
H A Diter_pc_a.rpl154 ; of timeouts since this is easier to encode in .rpl file format).
H A Diter_pcttl.rpl181 ; of timeouts since this is easier to encode in .rpl file format).
H A Diter_pcname.rpl220 ; of timeouts since this is easier to encode in .rpl file format).
H A Diter_pcnamerec.rpl221 ; of timeouts since this is easier to encode in .rpl file format).
H A Diter_pcnamechrec.rpl224 ; of timeouts since this is easier to encode in .rpl file format).
H A Diter_pcnamech.rpl223 ; of timeouts since this is easier to encode in .rpl file format).
H A Dauth_zonefile_down.rpl4 ; Options for signed zone. The zone is partially copied from val_negcache_nxdomain.rpl
/netbsd-src/external/bsd/unbound/dist/doc/
H A DChangelog44 - Update the dns64_lookup.rpl test for the DNS64 fallback patch.
742 - Show the output of the exact .rpl run that failed with 'make test'.
1309 - Fix up permissions on rpl data file in tests.
3094 - Fix #4224: auth_xfr_notify.rpl test broken due to typo
3323 - Fix #4132: Openness/closeness of RANGE intervals in rpl files.
6137 - testdata/dns64_lookup.rpl for unit test for dns64 functionality.
7010 - unit test fix for nomem_cnametopos.rpl race condition.
10314 and unit test rpl replay file.
/netbsd-src/external/bsd/unbound/dist/
H A DMakefile.in347 for x in $(srcdir)/testdata/*.rpl; do \
360 … -R $(srcdir)/testdata/*.sh $(srcdir)/testdata/*.tdir $(srcdir)/testdata/*.rpl $(srcdir)/testdata/…
/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c20139 double rpl = (double)nRow / (double)nLoop; in display_explain_scanstats() local
20140 z = sqlite3_mprintf("%z rpl=%.1f est=%.1f", z, rpl, rEst); in display_explain_scanstats()
/netbsd-src/external/gpl3/autoconf/dist/doc/
H A Dautoconf.texi26606 @c LocalWords: lstat rpl MEMCMP memcmp OpenStep MBRTOWC mbrtowc MKTIME mktime