Lines Matching full:reject
399 /* If command timeout already happened then ignore reject */ in ng_l2cap_process_cmd_rej()
561 goto reject; in ng_l2cap_process_con_rsp()
564 /* Verify CIDs and send reject if does not match */ in ng_l2cap_process_con_rsp()
570 goto reject; in ng_l2cap_process_con_rsp()
631 reject: in ng_l2cap_process_con_rsp()
632 /* Send reject. Do not really care about the result */ in ng_l2cap_process_con_rsp()
672 goto reject; in ng_l2cap_process_cfg_req()
681 goto reject; in ng_l2cap_process_cfg_req()
725 /* XXX FIXME Send other reject codes? */ in ng_l2cap_process_cfg_req()
740 * with L2CAP_Config response command with Reject error code. in ng_l2cap_process_cfg_req()
762 reject: in ng_l2cap_process_cfg_req()
763 /* Send reject. Do not really care about the result */ in ng_l2cap_process_cfg_req()
811 /* Verify CIDs and send reject if does not match */ in ng_l2cap_process_cfg_rsp()
818 goto reject; in ng_l2cap_process_cfg_rsp()
821 /* Verify channel state and reject if invalid */ in ng_l2cap_process_cfg_rsp()
828 goto reject; in ng_l2cap_process_cfg_rsp()
916 reject: in ng_l2cap_process_cfg_rsp()
917 /* Send reject. Do not really care about the result */ in ng_l2cap_process_cfg_rsp()
956 goto reject; in ng_l2cap_process_discon_req()
959 /* XXX Verify channel state and reject if invalid -- is that true? */ in ng_l2cap_process_discon_req()
966 goto reject; in ng_l2cap_process_discon_req()
977 goto reject; in ng_l2cap_process_discon_req()
1009 reject: in ng_l2cap_process_discon_req()
1010 /* Send reject. Do not really care about the result */ in ng_l2cap_process_discon_req()
1060 /* Verify CIDs and send reject if does not match */ in ng_l2cap_process_discon_rsp()
1289 * Send L2CAP reject
1317 * Send L2CAP connection reject