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

  /src/usr.sbin/inetd/
ratelimit.c 55 char other_addr[NI_MAXHOST]; member in union:addr
172 out->other_addr, NI_MAXHOST,
261 /* ip_node to other_addr plus size of string + NULL */
262 bufsize = strlen(addr->other_addr) + sizeof(char);
263 node_size = offsetof(struct rl_ip_node, other_addr) + bufsize;
293 strlcpy(node->other_addr, addr->other_addr, bufsize);
476 if (strncmp(cur->other_addr, addr->other_addr, NI_MAXHOST)
519 return (char *)&node->other_addr;
    [all...]
inetd.h 213 * other_addr is used for other address types besides the
220 char other_addr[]; member in struct:rl_ip_node::__anon3aef9c9d020a::__anon3aef9c9d0308

Completed in 48 milliseconds