Home
last modified time | relevance | path

Searched refs:password (Results 1 – 1 of 1) sorted by relevance

/tools/testing/selftests/net/
Dnettest.c77 const char *password; member
203 static int tcp_md5sig(int sd, void *addr, socklen_t alen, const char *password) in tcp_md5sig() argument
206 int keylen = password ? strlen(password) : 0; in tcp_md5sig()
214 memcpy(md5sig.tcpm_key, password, keylen); in tcp_md5sig()
257 if (tcp_md5sig(sd, addr, alen, args->password)) in tcp_md5_remote()
1195 if (args->password && tcp_md5_remote(lsd, args)) { in do_server()
1316 if (args->password && tcp_md5sig(sd, addr, alen, args->password)) in connectsock()
1643 args.password = optarg; in main()
1708 if (args.password && in main()