Home | History | Annotate | Download | only in src

Lines Matching full:in_addr

86 static int StrToAddr(const char *, struct in_addr *);
88 static int StrToAddrAndPort(const char *, struct in_addr *, u_short *,
112 struct in_addr localaddr;
114 struct in_addr aliasaddr;
116 struct in_addr remoteaddr;
207 struct in_addr localaddr, aliasaddr;
243 struct in_addr localIP, publicIP, remoteIP;
306 StrToAddr(const char *str, struct in_addr *addr)
318 *addr = *((struct in_addr *) hp->h_addr);
369 StrToAddrAndPort(const char *str, struct in_addr *addr, u_short *low,
416 struct in_addr addr;