Searched defs:sock_args (Results 1 – 2 of 2) sorted by relevance
55 struct sock_args { struct57 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 …]
44 struct sock_args { struct46 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 …]