Home | History | Annotate | Download | only in net

Lines Matching defs:dst1

983 	const struct ai_order *dst1 = arg1, *dst2 = arg2;
989 if (dst1->aio_srcsa.sa_family != AF_UNSPEC &&
993 if (dst1->aio_srcsa.sa_family == AF_UNSPEC &&
999 if (dst1->aio_dstscope == dst1->aio_srcscope &&
1003 if (dst1->aio_dstscope != dst1->aio_srcscope &&
1009 if (dst1->aio_srcsa.sa_family != AF_UNSPEC &&
1011 if (!(dst1->aio_srcflag & AIO_SRCFLAG_DEPRECATED) &&
1015 if ((dst1->aio_srcflag & AIO_SRCFLAG_DEPRECATED) &&
1026 if (dst1->aio_srcpolicy && dst1->aio_dstpolicy &&
1027 dst1->aio_srcpolicy->pc_policy.label ==
1028 dst1->aio_dstpolicy->pc_policy.label &&
1037 (dst1->aio_srcpolicy == NULL || dst1->aio_dstpolicy == NULL ||
1038 dst1->aio_srcpolicy->pc_policy.label !=
1039 dst1->aio_dstpolicy->pc_policy.label)) {
1046 if (dst1->aio_dstpolicy &&
1048 dst1->aio_dstpolicy->pc_policy.preced >
1053 (dst1->aio_dstpolicy == NULL ||
1055 dst1->aio_dstpolicy->pc_policy.preced)) {
1064 if (dst1->aio_dstscope >= 0 &&
1065 dst1->aio_dstscope < dst2->aio_dstscope) {
1069 dst2->aio_dstscope < dst1->aio_dstscope) {
1077 if (dst1->aio_ai->ai_addr->sa_family ==
1079 dst1->aio_ai->ai_addr->sa_family != AF_INET) {
1080 if (dst1->aio_matchlen > dst2->aio_matchlen) {
1083 if (dst1->aio_matchlen < dst2->aio_matchlen) {