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