Searched defs:strpeek (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libnsl/nsl/
H A Dt_look.c79 struct strpeek strpeek; local
119 strpeek.ctlbuf.maxlen = (int)sizeof (ctltype);
120 strpeek.ctlbuf.len = 0;
121 strpeek.ctlbuf.buf = (char *)&ctltype;
122 strpeek.databuf.maxlen = 0;
123 strpeek.databuf.len = 0;
124 strpeek.databuf.buf = NULL;
125 strpeek.flags = 0;
128 retval = ioctl(fd, I_PEEK, &strpeek);
[all...]

Completed in 21 milliseconds