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

  /src/usr.sbin/inetd/
ratelimit.c 72 static const char *rl_node_tostring(struct servtab *, struct rl_ip_node *, char[NI_MAXHOST]);
301 SERV_PARAMS(sep), rl_node_tostring(sep, node, buffer), node_size);
507 rl_node_tostring(struct servtab *sep, struct rl_ip_node *node, function in typeref:typename:const char *
530 SERV_PARAMS(sep), rl_node_tostring(sep, node, buffer));
539 const char * name = rl_node_tostring(sep, node, buffer);

Completed in 12 milliseconds