Searched defs:last_seg (Results 1 – 2 of 2) sorted by relevance
25 #define GPC_START(last_seg) (((last_seg) << 2) | 0x00) argument87 uint8_t last_seg; /* Last segment (to check length) */ member270 static uint8_t last_seg(uint16_t len) in last_seg() function
963 bool last_seg = lechan->_pdu_remaining == pdu->len; in l2cap_data_pull() local