Lines Matching defs:sock_args
44 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,
63 has_expected_laddr:1,
64 has_expected_raddr:1,
65 bind_test_only:1;
67 unsigned short port;
69 int type; /* DGRAM, STREAM, RAW */
70 int protocol;
71 int version; /* AF_INET/AF_INET6 */
73 int use_setsockopt;
74 int use_cmsg;
75 const char *dev;
76 int ifindex;
77 const char *password;
80 int expected_ifindex;
83 union {
86 } expected_laddr;
89 union {
92 } expected_raddr;