Home | History | Annotate | Download | only in src

Lines Matching full:packet

227       /* No send pending, send the PAX packet */
236 /* NOTE: this should not happen since PAX are sent before any other packet ! */
249 /* No send pending, send the DISC packet */
341 /* Handle aggregated packet */
782 /* Check packet type */
787 /* Nothing to do, the LTO is handled upon all packet reception */
794 /* Handle the aggregated packet */
827 /* Error: invalid ptype field, dropping packet */
874 /* Last send si acheived, send the pending DISC packet */
886 /* Last send si acheived, send the pending FRMR packet */
947 /* Handle packet as destinated to the Link SAP */
957 /* Handle packet as destinated to the SDP and transport SAPs */
976 LLCP_DEBUG("\nReceived LLCP packet error - status = 0x%04x", status);
989 LLCP_PRINT_BUFFER("\nReceived LLCP packet :", psData->buffer, psData->length);
1003 /* Check packet type */
1017 /* Warning: Received packet with unhandled type in PAX-waiting state, drop it */
1028 /* Handle packet */
1060 /* Call the upper layer callback if last packet sent was */
1097 /* Generate raw packet to send (aggregate header + sequence + info fields) */
1112 LLCP_PRINT_BUFFER("\nSending LLCP packet :", psRawPacket->buffer, psRawPacket->length);
1119 /* Send raw packet */
1365 /* Send DISC packet */
1369 /* Wait for packet to be sent before deactivate link */