• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/Win32/Src/

Lines Matching refs:addrinfo

92 #include "addrinfo.h"
185 static int explore_fqdn __P((const struct addrinfo *, const char *,
186 const char *, struct addrinfo **));
187 static int explore_null __P((const struct addrinfo *, const char *,
188 const char *, struct addrinfo **));
189 static int explore_numeric __P((const struct addrinfo *, const char *,
190 const char *, struct addrinfo **));
191 static int explore_numeric_scope __P((const struct addrinfo *, const char *,
192 const char *, struct addrinfo **));
193 static int get_name __P((const char *, const struct afd *, struct addrinfo **,
194 char *, const struct addrinfo *, const char *));
195 static int get_canonname __P((const struct addrinfo *,
196 struct addrinfo *, const char *));
197 static struct addrinfo *get_ai __P((const struct addrinfo *,
199 static int get_portmatch __P((const struct addrinfo *, const char *));
200 static int get_port __P((struct addrinfo *, const char *, int));
274 struct addrinfo *ai;
276 struct addrinfo *next;
303 const struct addrinfo *hints;
304 struct addrinfo **res;
306 struct addrinfo sentinel;
307 struct addrinfo *cur;
309 struct addrinfo ai;
310 struct addrinfo ai0;
311 struct addrinfo *pai;
521 const struct addrinfo *pai;
524 struct addrinfo **res;
531 struct addrinfo sentinel, *cur;
695 const struct addrinfo *pai;
698 struct addrinfo **res;
702 struct addrinfo *cur;
703 struct addrinfo sentinel;
758 const struct addrinfo *pai;
761 struct addrinfo **res;
764 struct addrinfo *cur;
765 struct addrinfo sentinel;
847 const struct addrinfo *pai;
850 struct addrinfo **res;
856 struct addrinfo *cur;
920 struct addrinfo **res;
922 const struct addrinfo *pai;
926 struct addrinfo *cur = NULL;
987 const struct addrinfo *pai;
988 struct addrinfo *ai;
999 static struct addrinfo *
1001 const struct addrinfo *pai;
1006 struct addrinfo *ai;
1008 ai = (struct addrinfo *)malloc(sizeof(struct addrinfo)
1013 memcpy(ai, pai, sizeof(struct addrinfo));
1028 const struct addrinfo *ai;
1033 return get_port((struct addrinfo *)ai, servname, 1);
1038 struct addrinfo *ai;