Searched refs:entbuf (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/usr.sbin/rtadvd/ |
H A D | config.c | 168 char entbuf[256], abuf[256]; in getconfig() local 383 makeentry(entbuf, sizeof(entbuf), i, "addr"); in getconfig() 384 addr = (char *)agetstr(entbuf, &bp); in getconfig() 421 makeentry(entbuf, sizeof(entbuf), i, "prefixlen"); in getconfig() 422 MAYHAVE(val, entbuf, 64); in getconfig() 431 makeentry(entbuf, sizeof(entbuf), i, "pinfoflags"); in getconfig() 432 if ((flagstr = (char *)agetstr(entbuf, &bp))) { in getconfig() 439 MAYHAVE(val, entbuf, in getconfig() 445 makeentry(entbuf, sizeof(entbuf), i, "vltime"); in getconfig() 446 MAYHAVE(val64, entbuf, DEF_ADVVALIDLIFETIME); in getconfig() [all …]
|
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/rands/ |
H A D | crngt.c | 109 unsigned char *ent, *entp, *entbuf; in ossl_crngt_get_entropy() local 163 entbuf = t >= CRNGT_BUFSIZ ? entp : buf; in ossl_crngt_get_entropy() 164 if (!crngt_get_entropy(drbg->provctx, crngt_glob->md, entbuf, md, &sz)) in ossl_crngt_get_entropy()
|