Lines Matching refs:net_buf
557 char net_buf[80];
621 (void) strlcpy(net_buf, inet_ntoa(in),
622 sizeof (net_buf));
628 sp = &net_buf[strlen(net_buf)];
631 (sizeof (net_buf) -
632 strlen(net_buf)),
639 (sizeof (net_buf) -
640 strlen(net_buf)), "/%d", 32-i);
643 (sizeof (net_buf) -
644 strlen(net_buf)),
737 (void) snprintf(net_buf, sizeof (net_buf),
743 net_buf, ntohl(n->n_metric), name);