Home
last modified time | relevance | path

Searched refs:YPMAXRECORD (Results 1 – 8 of 8) sorted by relevance

/freebsd/include/rpcsvc/
H A Dyp.x36 const YPMAXRECORD = 16777216; variable
80 typedef opaque keydat<YPMAXRECORD>; typedef
81 typedef opaque valdat<YPMAXRECORD>; typedef
H A Dyp_prot.h75 #define YPMAXRECORD ((u_long)16 * 1024 * 1024) macro
/freebsd/usr.sbin/ypserv/
H A Dyp_dblookup.c458 static unsigned char buf[YPMAXRECORD]; in yp_get_record()
515 static unsigned char buf[YPMAXRECORD]; in yp_first_record()
569 static unsigned char keybuf[YPMAXRECORD]; in yp_next_record()
570 static unsigned char datbuf[YPMAXRECORD]; in yp_next_record()
H A Dyp_server.c576 static char ypvalbuf[YPMAXRECORD];
/freebsd/usr.sbin/yp_mkdb/
H A Dyp_mkdb.c289 if (strlen(keybuf) > YPMAXRECORD) { in main()
299 if (strlen(datbuf) > YPMAXRECORD) { in main()
/freebsd/lib/libc/yp/
H A Dxdryp.c54 if (!xdr_bytes(xdrs, (char **)&objp->dptr, (u_int *)&objp->dsize, YPMAXRECORD)) { in xdr_datum()
/freebsd/libexec/ypxfr/
H A Dypxfr_misc.c261 static char buf[YPMAXRECORD + 2]; in ypxfr_match()
/freebsd/usr.sbin/ypldap/
H A Dyp.c337 if (arg->key.keydat_len > YPMAXRECORD) { in ypproc_match_2_svc()
654 static char keybuf[YPMAXRECORD+1]; in yp_make_keyval()