Lines Matching defs:af
74 int af);
76 int len, int af);
164 * struct hostent * ho_byname2(struct irs_ho *this, const char *name, int af)
169 ho_byname2(struct irs_ho *this, const char *name, int af) {
179 af == ho->h_addrtype) {
188 name, ADDR_T_STR(af)) != 0)
217 * int len, int af)
222 ho_byaddr(struct irs_ho *this, const void *addr, int len, int af) {
233 af == ho->h_addrtype &&
245 if (inet_ntop(af, addr, paddr, sizeof paddr) == NULL) {
250 paddr, ADDR_T_STR(af)) != 0) {