Lines Matching refs:hpp
251 int *plenp, struct hostent **hpp);
253 int *plenp, int which, struct hostent **hpp, addr_type_t atype,
2045 struct hostent **hpp; in getaddr() local
2050 hpp = &(rcip->ri_gate_hp); in getaddr()
2052 hpp = &hp; in getaddr()
2054 *hpp = NULL; in getaddr()
2111 if (!in6_getaddr(s, &su->sin6, &masklen, hpp)) { in getaddr()
2131 return (in6_getaddr(s, &su->sin6, NULL, hpp)); in getaddr()
2144 if (!in_getaddr(s, &su->sin, &masklen, which, hpp, in getaddr()
2166 return (in_getaddr(s, &su->sin, NULL, which, hpp, atype, in getaddr()
2194 struct hostent **hpp, addr_type_t atype, rtcmd_irep_t *rcip) in in_getaddr() argument
2250 *hpp = hp; in in_getaddr()
2282 struct hostent **hpp) in in6_getaddr() argument
2312 *hpp = hp; in in6_getaddr()