Lines Matching refs:fromlen

298 res_query_mDNSResponder(res_state statp, const char *name, int class, int type, u_char *answer, int anslen, struct sockaddr *from, uint32_t *fromlen)
508 if ((from != NULL) && (fromlen != NULL) && (context.ifnum != 0))
514 *fromlen = sizeof(struct sockaddr_in6);
588 res_nquery_soa_min(res_state statp, const char *name, int class, int type, u_char *answer, int anslen, struct sockaddr *from, int *fromlen, int *min)
621 n = res_nsend_2(statp, buf, n, answer, anslen, from, fromlen);
680 res_nquery_2(res_state statp, const char *name, int class, int type, u_char *answer, int anslen, struct sockaddr *from, int *fromlen)
684 return res_nquery_soa_min(statp, name, class, type, answer, anslen, from, fromlen, &unused);
703 res_nquerydomain_2(res_state statp, const char *name, const char *domain, int class, int type, u_char *answer, int anslen, struct sockaddr *from, int *fromlen)
749 return (res_nquery_2(statp, longname, class, type, answer, anslen, from, fromlen));
770 res_nsearch_2(res_state statp, const char *name, int class, int type, u_char *answer, int anslen, struct sockaddr *from, int *fromlen)
802 ret = res_nquerydomain_2(statp, name, NULL, class, type, answer, anslen, from, fromlen);
824 ret = res_nquerydomain_2(statp, name, *domain, class, type, answer, anslen, from, fromlen);
880 ret = res_nquerydomain_2(statp, name, NULL, class, type, answer, anslen, from, fromlen);
901 __res_nsearch_list_2(res_state statp, const char *name, int class, int type, u_char *answer, int anslen, struct sockaddr *from, int *fromlen, int nsearch, char **search)
956 ret = res_nquerydomain_2(statp, name, domain, class, type, answer, anslen, from, fromlen);
1013 ret = res_nquerydomain_2(statp, name, NULL, class, type, answer, anslen, from, fromlen);