Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/rbootd/
Drmpproto.c166 struct rmp_packet *rpl; in SendServerID() local
170 rpl = &rconn->rmp; /* cache ptr to RMP packet */ in SendServerID()
175 rpl->r_brpl.rmp_type = RMP_BOOT_REPL; in SendServerID()
176 rpl->r_brpl.rmp_retcode = RMP_E_OKAY; in SendServerID()
177 ZEROWORD(rpl->r_brpl.rmp_seqno); in SendServerID()
178 rpl->r_brpl.rmp_session = 0; in SendServerID()
179 rpl->r_brpl.rmp_version = htons(RMP_VERSION); in SendServerID()
181 size = &rpl->r_brpl.rmp_flnmsize; /* ptr to length of host name */ in SendServerID()
188 dst = (char *) &rpl->r_brpl.rmp_flnm; in SendServerID()
217 struct rmp_packet *rpl; in SendFileNo() local
[all …]
/openbsd/src/share/snmp/
DIANA-RTPROTO-MIB.txt41 DESCRIPTION "Added rpl(18) ."
76 rpl (18), -- RPL [RFC-ietf-roll-rpl-19]
/openbsd/src/gnu/llvm/clang/tools/clang-format/
Dclang-format.el196 (dolist (rpl replacements)
197 (apply #'clang-format--replace rpl)))
/openbsd/src/usr.bin/vi/ex/
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/src/sys/net/
Dif_pfsync.h216 u_int64_t rpl; member
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/src/usr.sbin/tcpdump/
Dprint-pfsync.c321 ntohl(t->spi), betoh64(t->rpl), betoh64(t->cur_bytes)); in pfsync_print_tdb()
/openbsd/src/usr.sbin/vmd/
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/src/sys/kern/
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/src/gnu/usr.sbin/mkhybrid/src/
Dmore.mapping200 .rpl Raw 'REP!' 'FRL!' "Replica - Replica Document"
/openbsd/src/sys/netinet/
Dip_ipsp.c611 DUMP(rpl, "%lld"); in tdb_printit()
/openbsd/src/usr.sbin/unbound/doc/
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/src/usr.sbin/unbound/
DMakefile.in347 for x in $(srcdir)/testdata/*.rpl; do \
360 … -R $(srcdir)/testdata/*.sh $(srcdir)/testdata/*.tdir $(srcdir)/testdata/*.rpl $(srcdir)/testdata/…