Home
last modified time | relevance | path

Searched refs:packet_ok (Results 1 – 2 of 2) sorted by relevance

/external/bluetooth/bluedroid/stack/l2cap/
Dl2c_fcr.c1392 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/
Dtraceroute6.c294 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