Lines Matching refs:token
38 void (*connect_confirmation)(int token, int reason);
39 void (*connect_indication)(int token, int reason);
40 void (*disconnect_confirmation)(int token, int reason);
41 void (*disconnect_indication)(int token, int reason);
42 int (*data_indication)(int token, struct sk_buff *skb);
43 void (*data_transmit)(int token, struct sk_buff *skb);
103 int lapb_register(void *token, struct lapb_register_struct);
106 successful then LAPB_OK is returned. The token must be a unique identifier
119 int lapb_unregister(void *token);
123 this call, the value of token is no longer valid for any calls to the LAPB
127 LAPB_BADTOKEN Invalid/unknown LAPB token.
130 int lapb_getparms(void *token, struct lapb_parms_struct *parms);
137 LAPB_BADTOKEN Invalid/unknown LAPB token.
140 int lapb_setparms(void *token, struct lapb_parms_struct *parms);
149 LAPB_BADTOKEN Invalid/unknown LAPB token.
153 int lapb_connect_request(void *token);
159 LAPB_BADTOKEN Invalid/unknown LAPB token.
163 int lapb_disconnect_request(void *token);
168 LAPB_BADTOKEN Invalid/unknown LAPB token.
172 int lapb_data_request(void *token, struct sk_buff *skb);
179 LAPB_BADTOKEN Invalid/unknown LAPB token.
183 int lapb_data_received(void *token, struct sk_buff *skb);
192 LAPB_BADTOKEN Invalid/unknown LAPB token.
204 void (*connect_confirmation)(void *token, int reason);
211 void (*connect_indication)(void *token, int reason);
217 void (*disconnect_confirmation)(void *token, int reason);
230 void (*disconnect_indication)(void *token, int reason);
245 int (*data_indication)(void *token, struct sk_buff *skb);
258 void (*data_transmit)(void *token, struct sk_buff *skb);