Lines Matching full:token
44 void (*connect_confirmation)(int token, int reason);
45 void (*connect_indication)(int token, int reason);
46 void (*disconnect_confirmation)(int token, int reason);
47 void (*disconnect_indication)(int token, int reason);
48 int (*data_indication)(int token, struct sk_buff *skb);
49 void (*data_transmit)(int token, struct sk_buff *skb);
113 int lapb_register(void *token, struct lapb_register_struct);
116 successful then LAPB_OK is returned. The token must be a unique identifier
126 LAPB_BADTOKEN Token is already registered.
132 int lapb_unregister(void *token);
136 this call, the value of token is no longer valid for any calls to the LAPB
141 LAPB_BADTOKEN Invalid/unknown LAPB token.
146 int lapb_getparms(void *token, struct lapb_parms_struct *parms);
154 LAPB_BADTOKEN Invalid/unknown LAPB token.
159 int lapb_setparms(void *token, struct lapb_parms_struct *parms);
169 LAPB_BADTOKEN Invalid/unknown LAPB token.
175 int lapb_connect_request(void *token);
182 LAPB_BADTOKEN Invalid/unknown LAPB token.
188 int lapb_disconnect_request(void *token);
194 LAPB_BADTOKEN Invalid/unknown LAPB token.
200 int lapb_data_request(void *token, struct sk_buff *skb);
208 LAPB_BADTOKEN Invalid/unknown LAPB token.
214 int lapb_data_received(void *token, struct sk_buff *skb);
224 LAPB_BADTOKEN Invalid/unknown LAPB token.
237 void (*connect_confirmation)(void *token, int reason);
245 void (*connect_indication)(void *token, int reason);
252 void (*disconnect_confirmation)(void *token, int reason);
268 void (*disconnect_indication)(void *token, int reason);
286 int (*data_indication)(void *token, struct sk_buff *skb);
300 void (*data_transmit)(void *token, struct sk_buff *skb);