Searched refs:rt_option (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ax25/
H A Dax25_route.c183 static int ax25_rt_opt(struct ax25_route_opt_struct *rt_option) argument
189 if ((ax25_dev = ax25_addr_ax25dev(&rt_option->port_addr)) == NULL)
197 ax25cmp(&rt_option->dest_addr, &ax25_rt->callsign) == 0) {
198 switch (rt_option->cmd) {
200 switch (rt_option->arg) {
204 ax25_rt->ip_mode = rt_option->arg;
226 struct ax25_route_opt_struct rt_option; local
241 if (copy_from_user(&rt_option, arg, sizeof(rt_option)))
243 return ax25_rt_opt(&rt_option);
[all...]

Completed in 163 milliseconds