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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Drtquery.c557 char net_buf[80]; local
621 (void) strlcpy(net_buf, inet_ntoa(in),
622 sizeof (net_buf));
628 sp = &net_buf[strlen(net_buf)];
631 (sizeof (net_buf) -
632 strlen(net_buf)),
639 (sizeof (net_buf) -
640 strlen(net_buf)), "/%d", 32-i);
643 (sizeof (net_buf)
[all...]

Completed in 95 milliseconds