Home
last modified time | relevance | path

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

/netbsd-src/sbin/routed/rtquery/
H A Drtquery.c617 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()
[all …]