Searched refs:sa_remote (Results 1 – 1 of 1) sorted by relevance
288 struct sockaddr_storage *sa_local, *sa_remote; in parse_options() local298 sa_remote = nla_data(opts[TIPC_NLA_UDP_REMOTE]); in parse_options()304 if ((sa_local->ss_family & sa_remote->ss_family) == AF_INET) { in parse_options()312 ip4 = (struct sockaddr_in *)sa_remote; in parse_options()319 } else if ((sa_local->ss_family & sa_remote->ss_family) == AF_INET6) { in parse_options()328 ip6 = (struct sockaddr_in6 *)sa_remote; in parse_options()