Searched refs:packet_ok (Results 1 – 2 of 2) sorted by relevance
/external/bluetooth/bluedroid/stack/l2cap/ |
D | l2c_fcr.c | 1392 BOOLEAN packet_ok = TRUE; in do_sar_reassembly() local 1403 packet_ok = FALSE; in do_sar_reassembly() 1409 packet_ok = FALSE; in do_sar_reassembly() 1417 packet_ok = FALSE; in do_sar_reassembly() 1421 if ( (packet_ok) && (sar_type != L2CAP_FCR_UNSEG_SDU) ) in do_sar_reassembly() 1436 packet_ok = FALSE; in do_sar_reassembly() 1441 packet_ok = FALSE; in do_sar_reassembly() 1450 if (packet_ok) in do_sar_reassembly() 1456 packet_ok = FALSE; in do_sar_reassembly() 1462 packet_ok = FALSE; in do_sar_reassembly() [all …]
|
/external/iputils/ |
D | traceroute6.c | 294 int packet_ok(u_char *buf, int cc, struct sockaddr_in6 *from, 611 if ((i = packet_ok(packet, cc, &from, &to, seq, &t1))) { in main() 824 int packet_ok(u_char *buf, int cc, struct sockaddr_in6 *from, in packet_ok() function
|