HomeSort by: relevance | last modified time | path
    Searched defs:addrinfo (Results 1 - 25 of 117) sorted by relevancy

1 2 3 4 5

  /src/usr.bin/getaddrinfo/
getaddrinfo.c 55 static void printaddrinfo(struct addrinfo *);
60 static const struct addrinfo zero_addrinfo;
61 struct addrinfo hints = zero_addrinfo;
62 struct addrinfo *addrinfo; local
142 error = getaddrinfo(hostname, service, &hints, &addrinfo);
146 if ((hints.ai_flags & AI_CANONNAME) && (addrinfo != NULL)) {
147 if (printf("canonname %s\n", addrinfo->ai_canonname) < 0)
151 printaddrinfo(addrinfo);
153 freeaddrinfo(addrinfo);
    [all...]
getaddrinfo.c 55 static void printaddrinfo(struct addrinfo *);
60 static const struct addrinfo zero_addrinfo;
61 struct addrinfo hints = zero_addrinfo;
62 struct addrinfo *addrinfo; local
142 error = getaddrinfo(hostname, service, &hints, &addrinfo);
146 if ((hints.ai_flags & AI_CANONNAME) && (addrinfo != NULL)) {
147 if (printf("canonname %s\n", addrinfo->ai_canonname) < 0)
151 printaddrinfo(addrinfo);
153 freeaddrinfo(addrinfo);
    [all...]
getaddrinfo.c 55 static void printaddrinfo(struct addrinfo *);
60 static const struct addrinfo zero_addrinfo;
61 struct addrinfo hints = zero_addrinfo;
62 struct addrinfo *addrinfo; local
142 error = getaddrinfo(hostname, service, &hints, &addrinfo);
146 if ((hints.ai_flags & AI_CANONNAME) && (addrinfo != NULL)) {
147 if (printf("canonname %s\n", addrinfo->ai_canonname) < 0)
151 printaddrinfo(addrinfo);
153 freeaddrinfo(addrinfo);
    [all...]
  /src/external/bsd/unbound/dist/respip/
respip.h 91 struct respip_addr_info* addrinfo; /* set only for inform variants */ member in struct:respip_action_info
respip.h 91 struct respip_addr_info* addrinfo; /* set only for inform variants */ member in struct:respip_action_info
respip.h 91 struct respip_addr_info* addrinfo; /* set only for inform variants */ member in struct:respip_action_info
  /src/external/gpl2/xcvs/dist/lib/
getaddrinfo.h 31 struct addrinfo struct
40 struct addrinfo *ai_next; /* Pointer to next in list. */
43 /* Possible values for `ai_flags' field in `addrinfo' structure. */
80 const struct addrinfo *restrict hints,
81 struct addrinfo **restrict res);
83 /* Free `addrinfo' structure AI including associated storage.
86 extern void freeaddrinfo (struct addrinfo *ai);
getaddrinfo.h 31 struct addrinfo struct
40 struct addrinfo *ai_next; /* Pointer to next in list. */
43 /* Possible values for `ai_flags' field in `addrinfo' structure. */
80 const struct addrinfo *restrict hints,
81 struct addrinfo **restrict res);
83 /* Free `addrinfo' structure AI including associated storage.
86 extern void freeaddrinfo (struct addrinfo *ai);
getaddrinfo.h 31 struct addrinfo struct
40 struct addrinfo *ai_next; /* Pointer to next in list. */
43 /* Possible values for `ai_flags' field in `addrinfo' structure. */
80 const struct addrinfo *restrict hints,
81 struct addrinfo **restrict res);
83 /* Free `addrinfo' structure AI including associated storage.
86 extern void freeaddrinfo (struct addrinfo *ai);
  /src/external/gpl3/gdb/dist/gnulib/import/
netdb.in.h 62 struct addrinfo struct
71 struct addrinfo *ai_next; /* Pointer to next in list. */
82 /* Possible values for 'ai_flags' field in 'addrinfo' structure. */
173 const struct addrinfo *restrict hints,
174 struct addrinfo **restrict res)
179 const struct addrinfo *restrict hints,
180 struct addrinfo **restrict res));
186 const struct addrinfo *restrict hints,
187 struct addrinfo **restrict res)
193 const struct addrinfo *restrict hints
    [all...]
netdb.in.h 62 struct addrinfo struct
71 struct addrinfo *ai_next; /* Pointer to next in list. */
82 /* Possible values for 'ai_flags' field in 'addrinfo' structure. */
173 const struct addrinfo *restrict hints,
174 struct addrinfo **restrict res)
179 const struct addrinfo *restrict hints,
180 struct addrinfo **restrict res));
186 const struct addrinfo *restrict hints,
187 struct addrinfo **restrict res)
193 const struct addrinfo *restrict hints
    [all...]
netdb.in.h 62 struct addrinfo struct
71 struct addrinfo *ai_next; /* Pointer to next in list. */
82 /* Possible values for 'ai_flags' field in 'addrinfo' structure. */
173 const struct addrinfo *restrict hints,
174 struct addrinfo **restrict res)
179 const struct addrinfo *restrict hints,
180 struct addrinfo **restrict res));
186 const struct addrinfo *restrict hints,
187 struct addrinfo **restrict res)
193 const struct addrinfo *restrict hints
    [all...]
  /src/external/gpl3/gdb.old/dist/gnulib/import/
netdb.in.h 62 struct addrinfo struct
71 struct addrinfo *ai_next; /* Pointer to next in list. */
82 /* Possible values for 'ai_flags' field in 'addrinfo' structure. */
173 const struct addrinfo *restrict hints,
174 struct addrinfo **restrict res)
179 const struct addrinfo *restrict hints,
180 struct addrinfo **restrict res));
186 const struct addrinfo *restrict hints,
187 struct addrinfo **restrict res)
193 const struct addrinfo *restrict hints
    [all...]
netdb.in.h 62 struct addrinfo struct
71 struct addrinfo *ai_next; /* Pointer to next in list. */
82 /* Possible values for 'ai_flags' field in 'addrinfo' structure. */
173 const struct addrinfo *restrict hints,
174 struct addrinfo **restrict res)
179 const struct addrinfo *restrict hints,
180 struct addrinfo **restrict res));
186 const struct addrinfo *restrict hints,
187 struct addrinfo **restrict res)
193 const struct addrinfo *restrict hints
    [all...]
netdb.in.h 62 struct addrinfo struct
71 struct addrinfo *ai_next; /* Pointer to next in list. */
82 /* Possible values for 'ai_flags' field in 'addrinfo' structure. */
173 const struct addrinfo *restrict hints,
174 struct addrinfo **restrict res)
179 const struct addrinfo *restrict hints,
180 struct addrinfo **restrict res));
186 const struct addrinfo *restrict hints,
187 struct addrinfo **restrict res)
193 const struct addrinfo *restrict hints
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/bio/
bio_local.h 19 * AI_PASSIVE is used to detect the availability of struct addrinfo,
40 * There's a bug in VMS C header file netdb.h, where struct addrinfo
43 * size. The easiest workaround is to force struct addrinfo to be the
47 #define addrinfo __addrinfo64 macro
50 #define bio_addrinfo_st addrinfo
bio_local.h 19 * AI_PASSIVE is used to detect the availability of struct addrinfo,
40 * There's a bug in VMS C header file netdb.h, where struct addrinfo
43 * size. The easiest workaround is to force struct addrinfo to be the
47 #define addrinfo __addrinfo64 macro
50 #define bio_addrinfo_st addrinfo
  /src/crypto/external/bsd/openssl.old/dist/crypto/bio/
bio_local.h 19 * AI_PASSIVE is used to detect the availability of struct addrinfo,
47 * There's a bug in VMS C header file netdb.h, where struct addrinfo
50 * size. The easiest workaround is to force struct addrinfo to be the
54 # define addrinfo __addrinfo64 macro
57 # define bio_addrinfo_st addrinfo
bio_local.h 19 * AI_PASSIVE is used to detect the availability of struct addrinfo,
47 * There's a bug in VMS C header file netdb.h, where struct addrinfo
50 * size. The easiest workaround is to force struct addrinfo to be the
54 # define addrinfo __addrinfo64 macro
57 # define bio_addrinfo_st addrinfo
  /src/external/bsd/nsd/dist/compat/
fake-rfc2553.h 143 struct addrinfo { struct
151 struct addrinfo *ai_next; /* next structure in linked list */
161 const struct addrinfo *, struct addrinfo **);
171 void freeaddrinfo(struct addrinfo *);
fake-rfc2553.h 143 struct addrinfo { struct
151 struct addrinfo *ai_next; /* next structure in linked list */
161 const struct addrinfo *, struct addrinfo **);
171 void freeaddrinfo(struct addrinfo *);
  /src/external/bsd/ntp/dist/include/
ntp_rfc2553.h 79 struct addrinfo *copy_addrinfo_impl(const struct addrinfo *
85 struct addrinfo *copy_addrinfo_list_impl(const struct addrinfo *
160 /* valid flags for addrinfo */
185 struct addrinfo { struct
193 struct addrinfo *ai_next; /* next structure in linked list */
216 const struct addrinfo *, struct addrinfo **);
219 void freeaddrinfo (struct addrinfo *);
    [all...]
ntp_rfc2553.h 79 struct addrinfo *copy_addrinfo_impl(const struct addrinfo *
85 struct addrinfo *copy_addrinfo_list_impl(const struct addrinfo *
160 /* valid flags for addrinfo */
185 struct addrinfo { struct
193 struct addrinfo *ai_next; /* next structure in linked list */
216 const struct addrinfo *, struct addrinfo **);
219 void freeaddrinfo (struct addrinfo *);
    [all...]
  /src/external/bsd/unbound/dist/compat/
fake-rfc2553.h 136 struct addrinfo { struct
144 struct addrinfo *ai_next; /* next structure in linked list */
154 const struct addrinfo *, struct addrinfo **);
164 void freeaddrinfo(struct addrinfo *);
  /src/external/ibm-public/postfix/dist/src/util/
myaddrinfo.h 10 /* addrinfo encapsulation and emulation
28 * Backwards compatibility support for IPV4 systems without addrinfo API.
34 * provides its own addrinfo() implementation. This also allows us to test
41 #undef addrinfo macro
42 #define addrinfo mai_addrinfo macro
49 struct addrinfo { struct
57 struct addrinfo *ai_next; /* next structure in linked list */
104 extern void freeaddrinfo(struct addrinfo *);
134 * addrinfo API. They still don't hide that we may get results for address
161 int, const char *, int, struct addrinfo **);
    [all...]

Completed in 71 milliseconds

1 2 3 4 5