Searched refs:aitop (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/evrtsp/
H A Drtsp.c1608 struct addrinfo ai, *aitop;
1615 if ((ai_result = getaddrinfo(address, NULL, &ai, &aitop)) != 0) {
1622 return (aitop);
1718 struct addrinfo *aitop = NULL; local
1730 if ((ai_result = getaddrinfo(address, strport, &ai, &aitop)) != 0) {
1746 aitop = &ai[cur];
1747 ((struct sockaddr_in *) aitop->ai_addr)->sin_port = htons(port);
1750 return (aitop);
1757 struct addrinfo *aitop = NULL; local
1763 aitop
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/evhttp/
H A Dhttp.c2737 struct addrinfo ai, *aitop;
2744 if ((ai_result = getaddrinfo(address, NULL, &ai, &aitop)) != 0) {
2751 return (aitop);
2845 struct addrinfo *aitop = NULL; local
2857 if ((ai_result = getaddrinfo(address, strport, &ai, &aitop)) != 0) {
2873 aitop = &ai[cur];
2874 ((struct sockaddr_in *) aitop->ai_addr)->sin_port = htons(port);
2877 return (aitop);
2884 struct addrinfo *aitop = NULL; local
2890 aitop
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/
H A Dhttp.c2677 struct addrinfo ai, *aitop;
2684 if ((ai_result = getaddrinfo(address, NULL, &ai, &aitop)) != 0) {
2691 return (aitop);
2779 struct addrinfo *aitop = NULL; local
2791 if ((ai_result = getaddrinfo(address, strport, &ai, &aitop)) != 0) {
2807 aitop = &ai[cur];
2808 ((struct sockaddr_in *) aitop->ai_addr)->sin_port = htons(port);
2811 return (aitop);
2818 struct addrinfo *aitop = NULL; local
2824 aitop
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/test/
H A Dregress_http.c119 struct addrinfo ai, *aitop;
140 if (getaddrinfo(address, strport, &ai, &aitop) != 0) {
144 sa = aitop->ai_addr;
145 slen = aitop->ai_addrlen;
156 freeaddrinfo(aitop);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Dhttp.c3883 struct evutil_addrinfo *aitop = NULL; local
3889 aitop = make_addrinfo(address, port);
3891 if (aitop == NULL)
3894 fd = bind_socket_ai(aitop, reuse);
3896 evutil_freeaddrinfo(aitop);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/test/
H A Dregress_http.c133 struct evutil_addrinfo ai, *aitop; local
144 if (evutil_getaddrinfo(address, strport, &ai, &aitop) != 0) {
148 sa = aitop->ai_addr;
149 slen = aitop->ai_addrlen;
168 evutil_freeaddrinfo(aitop);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dconfigure4579 struct addrinfo hints, *ai, *aitop;
4588 if ((gaierr = getaddrinfo(NULL, "54321", &hints, &aitop)) != 0) {
4592 for (ai = aitop; ai; ai = ai->ai_next) {
4654 if (aitop)
4655 freeaddrinfo(aitop);
4659 if (aitop)
4660 freeaddrinfo(aitop);

Completed in 211 milliseconds