Lines Matching refs:dsthints
525 struct addrinfo dsthints;
551 memset(&dsthints, 0, sizeof(dsthints));
554 dsthints.ai_family = AF_INET6;
556 dsthints.ai_family = AF_INET;
560 dsthints.ai_socktype = SOCK_RAW;
561 dsthints.ai_protocol = IPPROTO_GRE;
565 dsthints.ai_socktype = SOCK_DGRAM;
566 dsthints.ai_protocol = 0;
568 dsthints.ai_socktype = SOCK_RAW;
569 dsthints.ai_protocol = IPPROTO_L2TP;
576 memcpy(&srchints, &dsthints, sizeof(struct addrinfo));
578 gairet = getaddrinfo(src, srcport, &dsthints, &gairesult);
607 gairet = getaddrinfo(dst, dstport, &dsthints, &gairesult);