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