HomeSort by: relevance | last modified time | path
    Searched defs:net_buf (Results 1 - 1 of 1) sorted by relevancy

  /src/sbin/routed/rtquery/
rtquery.c 617 char net_buf[80]; local in function:rip_input
668 (void)strcpy(net_buf, inet_ntoa(in));
673 spos = strlen(net_buf);
675 (void)snprintf(net_buf + spos,
676 sizeof(net_buf) - spos,
685 (void)snprintf(net_buf + spos,
686 sizeof(net_buf) - spos,
689 (void)snprintf(net_buf + spos,
690 sizeof(net_buf) - spos,
777 (void)snprintf(net_buf, sizeof(net_buf)
    [all...]

Completed in 11 milliseconds