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

/freebsd-11-stable/sbin/routed/rtquery/
H A Drtquery.c605 char net_buf[80]; local
656 (void)strcpy(net_buf, inet_ntoa(in));
661 sp = &net_buf[strlen(net_buf)];
759 (void)sprintf(net_buf, "(af %#x) %d.%d.%d.%d",
768 net_buf, (int)ntohl(n->n_metric), name);

Completed in 207 milliseconds