Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nis.c250 char buff1[YPMAXRECORD + 1], buff2[YPMAXRECORD + 1]; in interpret_nis()
251 char buff3[YPMAXRECORD + 1]; in interpret_nis()
286 key = getxdr_string(buff3, YPMAXRECORD); in interpret_nis()
331 YPMAXRECORD); in interpret_nis()
334 YPMAXRECORD)); in interpret_nis()
351 getxdr_string(buff1, YPMAXRECORD)); in interpret_nis()
422 (void) showxdr_string(YPMAXRECORD, "Key = %s"); in niscall()
474 (void) showxdr_string(YPMAXRECORD, "Value = %s"); in nisreply()
479 (void) showxdr_string(YPMAXRECORD, "Value = %s"); in nisreply()
480 (void) showxdr_string(YPMAXRECORD, "Key = %s"); in nisreply()
[all …]
/illumos-gate/usr/src/lib/libnsl/yp/
H A Dyp_xdr.c85 YPMAXRECORD); in xdr_datum()
307 char keybuf[YPMAXRECORD]; in xdr_ypall()
308 char valbuf[YPMAXRECORD]; in xdr_ypall()
318 kv.keydat.dsize = YPMAXRECORD; in xdr_ypall()
319 kv.valdat.dsize = YPMAXRECORD; in xdr_ypall()
/illumos-gate/usr/src/head/rpcsvc/
H A Dyp.x33 const YPMAXRECORD = 1024; variable
77 typedef opaque keydat<YPMAXRECORD>; typedef
78 typedef opaque valdat<YPMAXRECORD>; typedef
H A Dyp_prot.h114 #define YPMAXRECORD ((uint_t)1024) macro