Home
last modified time | relevance | path

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

/openbmc/linux/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()