Searched refs:REJECT (Results 1 – 7 of 7) sorted by relevance
/system/netd/server/ |
D | StrictController.h | 24 enum StrictPenalty { INVALID, ACCEPT, LOG, REJECT }; enumerator
|
D | StrictControllerTest.cpp | 161 mStrictCtrl.setUidCleartextPenalty(12345, REJECT); in TEST_F()
|
D | StrictController.cpp | 190 } else if (penalty == REJECT) { in setUidCleartextPenalty()
|
D | NetdNativeService.cpp | 777 penalty = REJECT; in strictUidCleartextPenalty()
|
/system/bt/gd/l2cap/classic/cert/ |
D | l2cap_test.py | 886 cert_channel.send_s_frame(req_seq=0, s=SupervisoryFunction.REJECT) 956 … L2capMatchers.SFrame(req_seq=1, f=Final.NOT_SET, s=SupervisoryFunction.REJECT, p=Poll.NOT_SET)) 1101 assertThat(cert_channel).emits(L2capMatchers.SFrame(s=SupervisoryFunction.REJECT)) 1156 cert_channel.send_s_frame(req_seq=0, s=SupervisoryFunction.REJECT) 1160 cert_channel.send_s_frame(req_seq=0, s=SupervisoryFunction.REJECT, f=Final.POLL_RESPONSE)
|
/system/bt/gd/l2cap/internal/ |
D | enhanced_retransmission_mode_channel_data_controller.cc | 660 _send_s_frame(SupervisoryFunction::REJECT, expected_tx_seq_, p, f); in send_rej() 888 case SupervisoryFunction::REJECT: in on_pdu_no_fcs() 948 case SupervisoryFunction::REJECT: in on_pdu_fcs()
|
/system/bt/gd/l2cap/ |
D | l2cap_packets.pdl | 37 REJECT = 1,
|