Searched defs:next_hop (Results 1 - 1 of 1) sorted by relevance

/solaris-userland/components/openvswitch/files/lib/
H A Dnetdev-solaris.c2183 * directly connected network) in '*next_hop' and a copy of the name of the
2189 struct in_addr *next_hop, char **netdev_name)
2247 memset(next_hop, 0, sizeof (*next_hop));
2271 *next_hop = sin->sin_addr;
2289 *next_hop = *host;
2293 IP_ARGS(host->s_addr), IP_ARGS(next_hop->s_addr), *netdev_name);
2188 netdev_solaris_get_next_hop(const struct in_addr *host, struct in_addr *next_hop, char **netdev_name) argument

Completed in 23 milliseconds