Home
last modified time | relevance | path

Searched refs:ax25_rt_autobind (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/include/net/
Dax25.h286 extern int ax25_rt_autobind(ax25_cb *, ax25_address *);
/linux-2.4.37.9/net/ax25/
Dax25_route.c354 int ax25_rt_autobind(ax25_cb *ax25, ax25_address *addr) in ax25_rt_autobind() function
Daf_ax25.c1201 if ((err = ax25_rt_autobind(sk->protinfo.ax25, &fsa->fsa_ax25.sax25_call)) < 0) in ax25_connect()