Home | History | Annotate | Download | only in openssh

Lines Matching defs:test_addr

1319 	char *test_user = NULL, *test_host = NULL, *test_addr = NULL;
1451 test_addr = xstrdup(p + 5);
1530 (test_user != NULL || test_host != NULL || test_addr != NULL)
1531 && (test_user == NULL || test_host == NULL || test_addr == NULL))
1535 test_addr != NULL))
1711 if (test_user != NULL && test_addr != NULL && test_host != NULL)
1713 test_host, test_addr);