/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...] |
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
|
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
|