Home
last modified time | relevance | path

Searched refs:optsize (Results 1 – 2 of 2) sorted by last modified time

/original-bsd/libexec/rlogind/
H A Drlogind.c220 int optsize = sizeof(optbuf), ipproto; local
228 &optsize) == 0 && optsize != 0) {
230 for (cp = optbuf; optsize > 0; cp++, optsize--, lp += 3)
236 (char *)NULL, optsize) != 0) {
/original-bsd/libexec/rshd/
H A Drshd.c212 int optsize = sizeof(optbuf), ipproto; local
219 if (!getsockopt(0, ipproto, IP_OPTIONS, (char *)optbuf, &optsize) &&
220 optsize != 0) {
222 for (cp = optbuf; optsize > 0; cp++, optsize--, lp += 3)
228 (char *)NULL, optsize) != 0) {