Searched defs:sock_args (Results 1 – 1 of 1) sorted by relevance
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 …]