Home
last modified time | relevance | path

Searched refs:has_local_ip (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dnettest.c60 unsigned int has_local_ip:1, member
1037 if (!server && args->has_local_ip) in msock_init()
1101 if (!args->has_local_ip && args->type == SOCK_RAW) in bind_socket()
1330 if (args->has_local_ip && bind_socket(sd, args)) in connectsock()
1641 args.has_local_ip = 1; in main()
1796 !args.has_remote_ip && !args.has_local_ip) { in main()
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dnettest.c74 unsigned int has_local_ip:1, member
1346 if (!server && args->has_local_ip) in msock_init()
1421 if (!args->has_local_ip && args->type == SOCK_RAW) in bind_socket()
1735 if (args->has_local_ip && bind_socket(sd, args)) in connectsock()
2043 args.has_local_ip = 1; in main()
2051 args.has_local_ip = 1; in main()
2217 !args.has_remote_ip && !args.has_local_ip) { in main()

Completed in 6 milliseconds