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

/net/bluetooth/cmtp/
H A Dcapi.c330 __u32 contr; local
348 contr = CAPIMSG_CONTROL(skb->data);
360 if ((contr & 0x7f) == 0x01) {
361 contr = (contr & 0xffffff80) | session->num;
362 CAPIMSG_SETCONTROL(skb->data, contr);
491 __u32 contr; local
496 contr = CAPIMSG_CONTROL(skb->data);
506 if ((contr & 0x7f) == session->num) {
507 contr
[all...]

Completed in 29 milliseconds