Home | History | Annotate | Download | only in inetd

Lines Matching defs:other_addr

55 	char		other_addr[NI_MAXHOST];
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;