Lines Matching defs:net_buf
617 char net_buf[80];
668 (void)strcpy(net_buf, inet_ntoa(in));
673 spos = strlen(net_buf);
675 (void)snprintf(net_buf + spos,
676 sizeof(net_buf) - spos,
685 (void)snprintf(net_buf + spos,
686 sizeof(net_buf) - spos,
689 (void)snprintf(net_buf + spos,
690 sizeof(net_buf) - spos,
777 (void)snprintf(net_buf, sizeof(net_buf),
787 net_buf, (int)ntohl(n->n_metric), name);