Searched refs:LLC_PRIM_TYPE_REQ (Results 1 – 5 of 5) sorted by relevance
47 ev->prim_type == LLC_PRIM_TYPE_REQ ? 0 : 1; in llc_sap_ev_unitdata_req()57 ev->prim_type == LLC_PRIM_TYPE_REQ ? 0 : 1; in llc_sap_ev_xid_req()86 ev->prim_type == LLC_PRIM_TYPE_REQ ? 0 : 1; in llc_sap_ev_test_req()
61 ev->prim_type = LLC_PRIM_TYPE_REQ; in llc_build_and_send_pkt()111 ev->prim_type = LLC_PRIM_TYPE_REQ; in llc_establish_connection()152 ev->prim_type = LLC_PRIM_TYPE_REQ; in llc_send_disc()
104 ev->prim_type == LLC_PRIM_TYPE_REQ ? 0 : 1; in llc_conn_ev_conn_req()112 ev->prim_type == LLC_PRIM_TYPE_REQ ? 0 : 1; in llc_conn_ev_data_req()120 ev->prim_type == LLC_PRIM_TYPE_REQ ? 0 : 1; in llc_conn_ev_disc_req()128 ev->prim_type == LLC_PRIM_TYPE_REQ ? 0 : 1; in llc_conn_ev_rst_req()
243 ev->prim_type = LLC_PRIM_TYPE_REQ; in llc_build_and_send_test_pkt()269 ev->prim_type = LLC_PRIM_TYPE_REQ; in llc_build_and_send_xid_pkt()
40 #define LLC_PRIM_TYPE_REQ 1 macro