Home
last modified time | relevance | path

Searched defs:sock_args (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/net/
Dnettest.c55 struct sock_args { struct
57 const char *local_addr_str;
58 const char *client_local_addr_str;
59 union {
62 } local_addr;
65 const char *remote_addr_str;
66 union {
69 } remote_addr;
70 int scope_id; /* remote scope; v6 send only */
72 struct in_addr grp; /* multicast group */
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/net/
Dnettest.c44 struct sock_args { struct
46 union {
49 } local_addr;
52 union {
55 } remote_addr;
56 int scope_id; /* remote scope; v6 send only */
58 struct in_addr grp; /* multicast group */
60 unsigned int has_local_ip:1,
61 has_remote_ip:1,
62 has_grp:1,
[all …]