Lines Matching defs:buf1
613 char buf1[32];
653 (void) snprintf(buf1, sizeof (buf1), "SO_LINGER(%d),",
655 (void) strlcat(buf, buf1, sizeof (buf));
660 (void) snprintf(buf1, sizeof (buf1), "SO_SNDBUF(%d),", val);
661 (void) strlcat(buf, buf1, sizeof (buf));
665 (void) snprintf(buf1, sizeof (buf1), "SO_RCVBUF(%d),", val);
666 (void) strlcat(buf, buf1, sizeof (buf));
674 (void) snprintf(buf1, sizeof (buf1), "IP_NEXTHOP(%s),",
676 (void) strlcat(buf, buf1, sizeof (buf));