Home
last modified time | relevance | path

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

/openbsd/usr.sbin/rbootd/
H A Drmpproto.c166 struct rmp_packet *rpl; in SendServerID() local
177 ZEROWORD(rpl->r_brpl.rmp_seqno); in SendServerID()
178 rpl->r_brpl.rmp_session = 0; in SendServerID()
217 struct rmp_packet *rpl; in SendFileNo() local
231 rpl->r_brpl.rmp_session = 0; in SendFileNo()
280 struct rmp_packet *rpl; in SendBootRepl() local
309 dst2 = &rpl->r_brpl.rmp_flnm; in SendBootRepl()
394 struct rmp_packet *rpl, *req; in SendReadRepl() local
423 ((rpl->r_type == RMP_BOOT_REPL)? ntohs(rpl->r_brpl.rmp_session): in SendReadRepl()
510 struct rmp_packet *rpl; in BootDone() local
[all …]
/openbsd/share/snmp/
H A DIANA-RTPROTO-MIB.txt41 DESCRIPTION "Added rpl(18) ."
76 rpl (18), -- RPL [RFC-ietf-roll-rpl-19]
/openbsd/gnu/llvm/clang/tools/clang-format/
H A Dclang-format.el196 (dolist (rpl replacements)
197 (apply #'clang-format--replace rpl)))
/openbsd/usr.bin/vi/ex/
H A Dex_subst.c1209 size_t rpl; /* Remaining replacement length. */ in re_sub() local
1268 for (rp = sp->repl, rpl = sp->repl_len, p = lb + lbclen; rpl--;) { in re_sub()
1277 if (rpl == 0) in re_sub()
1279 --rpl; in re_sub()
/openbsd/sys/net/
H A Dif_pfsync.h216 u_int64_t rpl; member
H A Dif_pfsync.c2412 ut->rpl = htobe64(tdb->tdb_rpl + in pfsync_out_tdb()
3281 uint64_t rpl = betoh64(pt->rpl); in pfsync_update_net_tdb() local
3286 if (rpl >= tdb->tdb_rpl && in pfsync_update_net_tdb()
3288 tdb->tdb_rpl = rpl; in pfsync_update_net_tdb()
/openbsd/usr.sbin/tcpdump/
H A Dprint-pfsync.c321 ntohl(t->spi), betoh64(t->rpl), betoh64(t->cur_bytes)); in pfsync_print_tdb()
/openbsd/usr.sbin/vmd/
H A Dvioscsi.c780 struct scsi_report_luns *rpl; in vioscsi_handle_report_luns() local
784 rpl = (struct scsi_report_luns *)(req->cdb); in vioscsi_handle_report_luns()
785 rpl_length = _4btol(rpl->length); in vioscsi_handle_report_luns()
788 rpl->selectreport, rpl_length); in vioscsi_handle_report_luns()
/openbsd/sys/kern/
H A Dsubr_pool.c1971 struct pool_cache_item *rpl, *next; in pool_cache_list_put() local
1976 rpl = TAILQ_NEXT(pl, ci_nextl); in pool_cache_list_put()
1986 return (rpl); in pool_cache_list_put()
/openbsd/gnu/usr.sbin/mkhybrid/src/
H A Dmore.mapping200 .rpl Raw 'REP!' 'FRL!' "Replica - Replica Document"
/openbsd/sys/netinet/
H A Dip_ipsp.c611 DUMP(rpl, "%lld"); in tdb_printit()
/openbsd/usr.sbin/unbound/doc/
H A DChangelog553 - Merge #975: Fixed some syntax errors in rpl files.
626 - Update the dns64_lookup.rpl test for the DNS64 fallback patch.
1324 - Show the output of the exact .rpl run that failed with 'make test'.
1891 - Fix up permissions on rpl data file in tests.
3676 - Fix #4224: auth_xfr_notify.rpl test broken due to typo
3905 - Fix #4132: Openness/closeness of RANGE intervals in rpl files.
6719 - testdata/dns64_lookup.rpl for unit test for dns64 functionality.
7592 - unit test fix for nomem_cnametopos.rpl race condition.
10896 and unit test rpl replay file.
/openbsd/usr.sbin/unbound/
H A DMakefile.in347 for x in $(srcdir)/testdata/*.rpl; do \
360 … -R $(srcdir)/testdata/*.sh $(srcdir)/testdata/*.tdir $(srcdir)/testdata/*.rpl $(srcdir)/testdata/…