Home
last modified time | relevance | path

Searched refs:net_buf (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/sbin/routed/rtquery/
H A Drtquery.c604 char net_buf[80]; in rip_input() local
655 (void)strcpy(net_buf, inet_ntoa(in)); in rip_input()
660 sp = &net_buf[strlen(net_buf)]; in rip_input()
758 (void)sprintf(net_buf, "(af %#x) %d.%d.%d.%d", in rip_input()
767 net_buf, (int)ntohl(n->n_metric), name); in rip_input()