Home
last modified time | relevance | path

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

/freebsd/sbin/routed/rtquery/
H A Drtquery.c586 char net_buf[80]; in rip_input() local
637 (void)strcpy(net_buf, inet_ntoa(in)); in rip_input()
642 sp = &net_buf[strlen(net_buf)]; in rip_input()
740 (void)sprintf(net_buf, "(af %#x) %d.%d.%d.%d", in rip_input()
749 net_buf, (int)ntohl(n->n_metric), name); in rip_input()