Lines Matching defs:obuf
1093 static unsigned char obuf [4]; /* tiny thing to build responses into */1104 obuf[0] = 255;1111 obuf[1] = y;1113 obuf[2] = *p; /* copy actual option byte */1114 (void) write (netfd, obuf, 3);