Searched refs:rpl (Results 1 – 13 of 13) sorted by relevance
/openbsd/usr.sbin/rbootd/ |
H A D | rmpproto.c | 166 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 D | IANA-RTPROTO-MIB.txt | 41 DESCRIPTION "Added rpl(18) ." 76 rpl (18), -- RPL [RFC-ietf-roll-rpl-19]
|
/openbsd/gnu/llvm/clang/tools/clang-format/ |
H A D | clang-format.el | 196 (dolist (rpl replacements) 197 (apply #'clang-format--replace rpl)))
|
/openbsd/usr.bin/vi/ex/ |
H A D | ex_subst.c | 1209 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 D | if_pfsync.h | 216 u_int64_t rpl; member
|
H A D | if_pfsync.c | 2412 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 D | print-pfsync.c | 321 ntohl(t->spi), betoh64(t->rpl), betoh64(t->cur_bytes)); in pfsync_print_tdb()
|
/openbsd/usr.sbin/vmd/ |
H A D | vioscsi.c | 780 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 D | subr_pool.c | 1971 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 D | more.mapping | 200 .rpl Raw 'REP!' 'FRL!' "Replica - Replica Document"
|
/openbsd/sys/netinet/ |
H A D | ip_ipsp.c | 611 DUMP(rpl, "%lld"); in tdb_printit()
|
/openbsd/usr.sbin/unbound/doc/ |
H A D | Changelog | 553 - 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 D | Makefile.in | 347 for x in $(srcdir)/testdata/*.rpl; do \ 360 … -R $(srcdir)/testdata/*.sh $(srcdir)/testdata/*.tdir $(srcdir)/testdata/*.rpl $(srcdir)/testdata/…
|