Searched refs:LLCP_INVALID_SAP (Results 1 – 9 of 9) sorted by relevance
366 return LLCP_INVALID_SAP; in LLCP_RegisterServer()372 return LLCP_INVALID_SAP; in LLCP_RegisterServer()375 if (reg_sap == LLCP_INVALID_SAP) in LLCP_RegisterServer()388 if (reg_sap == LLCP_INVALID_SAP) in LLCP_RegisterServer()391 return LLCP_INVALID_SAP; in LLCP_RegisterServer()397 return LLCP_INVALID_SAP; in LLCP_RegisterServer()404 return LLCP_INVALID_SAP; in LLCP_RegisterServer()409 return LLCP_INVALID_SAP; in LLCP_RegisterServer()421 return LLCP_INVALID_SAP; in LLCP_RegisterServer()426 return LLCP_INVALID_SAP; in LLCP_RegisterServer()[all …]
567 … if ((remote_sap == LLCP_INVALID_SAP) && (llcp_cb.dlcb[i].state == LLCP_DLC_STATE_W4_REMOTE_RESP)) in llcp_dlc_find_dlcb_by_sap()784 p_dlcb = llcp_dlc_find_dlcb_by_sap (dsap, LLCP_INVALID_SAP); in llcp_dlc_proc_cc_pdu()841 p_dlcb = llcp_dlc_find_dlcb_by_sap (dsap, LLCP_INVALID_SAP); in llcp_dlc_proc_dm_pdu()
619 data.congest.remote_sap = LLCP_INVALID_SAP; in llcp_link_check_congestion()709 data.congest.remote_sap = LLCP_INVALID_SAP; in llcp_link_check_uncongested()
62 #define NFA_P2P_ANY_SAP LLCP_INVALID_SAP63 #define NFA_P2P_INVALID_SAP LLCP_INVALID_SAP
74 #define NFA_SNEP_ANY_SAP LLCP_INVALID_SAP
198 if ( (nfa_p2p_cb.sdp_cb[xx].local_sap != LLCP_INVALID_SAP) in nfa_p2p_sdp_cback()207 nfa_p2p_cb.sdp_cb[xx].local_sap = LLCP_INVALID_SAP; in nfa_p2p_sdp_cback()232 if (nfa_p2p_cb.sdp_cb[xx].local_sap == LLCP_INVALID_SAP) in nfa_p2p_start_sdp()686 if (server_sap == LLCP_INVALID_SAP) in nfa_p2p_reg_server()755 if (local_sap == LLCP_INVALID_SAP) in nfa_p2p_reg_client()986 if (p_msg->api_connect.dsap != LLCP_INVALID_SAP) in nfa_p2p_create_data_link_connection()
467 nfa_p2p_cb.sdp_cb[xx].local_sap = LLCP_INVALID_SAP; in nfa_p2p_init()
413 p_msg->dsap = LLCP_INVALID_SAP; in NFA_P2pConnectByName()
42 #define LLCP_INVALID_SAP 0xFF /* indication of failure to allocate data link resource… macro