Lines Matching refs:dsthints
524 struct addrinfo dsthints;
550 memset(&dsthints, 0, sizeof(dsthints));
553 dsthints.ai_family = AF_INET6;
555 dsthints.ai_family = AF_INET;
559 dsthints.ai_socktype = SOCK_RAW;
560 dsthints.ai_protocol = IPPROTO_GRE;
564 dsthints.ai_socktype = SOCK_DGRAM;
565 dsthints.ai_protocol = 0;
567 dsthints.ai_socktype = SOCK_RAW;
568 dsthints.ai_protocol = IPPROTO_L2TP;
575 memcpy(&srchints, &dsthints, sizeof(struct addrinfo));
577 gairet = getaddrinfo(src, srcport, &dsthints, &gairesult);
606 gairet = getaddrinfo(dst, dstport, &dsthints, &gairesult);