HomeSort by: relevance | last modified time | path
    Searched refs:randomid (Results 1 - 9 of 9) sorted by relevancy

  /src/lib/libc/rpc/
__rpc_getxid.c 44 #include <randomid.h>
59 return randomid(ctx);
  /src/include/
randomid.h 1 /* $NetBSD: randomid.h,v 1.3 2016/01/22 23:15:42 dholland Exp $ */
78 extern uint32_t randomid(randomid_t);
Makefile 19 paths.h pwd.h quota.h randomid.h ranlib.h re_comp.h regex.h regexp.h \
  /src/tests/lib/libc/gen/
t_randomid.c 35 #include <randomid.h>
47 atf_tc_set_md_var(tc, "descr", "Check randomid(3)");
62 id = randomid(ctx);
  /src/lib/libc/gen/
randomid.c 1 /* $NetBSD: randomid.c,v 1.16 2022/05/15 20:37:50 andvar Exp $ */
86 __RCSID("$NetBSD: randomid.c,v 1.16 2022/05/15 20:37:50 andvar Exp $");
96 #include <randomid.h>
99 __weak_alias(randomid,_randomid)
177 u_int32_t randomid(struct randomid_ctx *);
298 randomid(struct randomid_ctx *p) function in typeref:typename:u_int32_t
Makefile.inc 28 ptree.c pwcache.c pw_scan.c raise.c randomid.c rb.c readdir.c \
85 raise.3 randomid.3 realpath.3 scandir.3 setjmp.3 setmode.3 \
178 MLINKS+=randomid.3 randomid_new.3 randomid.3 randomid_delete.3
  /src/sys/compat/netinet6/
nd6.h 47 u_int8_t randomid[8]; /* current random ID */ member in struct:nd_ifinfo90
  /src/dist/pf/sbin/pfctl/
parse.y 224 int randomid;
416 %token SET OPTIMIZATION TIMEOUT LIMIT LOGINTERFACE BLOCKPOLICY RANDOMID
927 if ($8.randomid)
1021 | RANDOMID {
1022 if (scrub_opts.randomid) {
1026 scrub_opts.randomid = 1;
4964 { "random-id", RANDOMID},
  /src/lib/libc/include/
namespace.h 591 #define randomid _randomid macro

Completed in 60 milliseconds