HomeSort by: relevance | last modified time | path
    Searched defs:explore (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/net/
getaddrinfo.c 156 struct explore { struct
167 static const struct explore explore[] = { variable in typeref:typename:const struct explore[]
463 const struct explore *ex;
513 for (ex = explore; ex->e_af >= 0; ex++) {
560 for (ex = explore; ex->e_af >= 0; ex++) {
618 for (ex = explore; ex->e_af >= 0; ex++) {
getaddrinfo.c 156 struct explore { struct
167 static const struct explore explore[] = { variable in typeref:typename:const struct explore[]
463 const struct explore *ex;
513 for (ex = explore; ex->e_af >= 0; ex++) {
560 for (ex = explore; ex->e_af >= 0; ex++) {
618 for (ex = explore; ex->e_af >= 0; ex++) {

Completed in 25 milliseconds