Searched refs:appl_id (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/drivers/isdn/hysdn/
H A Dhycapi.c373 __u16 appl_id; hycapi_send_message() local
379 appl_id = CAPIMSG_APPID(skb->data); hycapi_send_message()
380 switch (_hycapi_appCheck(appl_id, ctrl->cnr)) hycapi_send_message()
385 appl_id, hycapi_send_message()
386 &(hycapi_applications[appl_id - 1].rp)); hycapi_send_message()
397 capilib_free_ncci(&cinfo->ncci_head, appl_id, hycapi_send_message()
416 if (hycapi_applications[appl_id - 1].listen_req[ctrl->cnr - 1]) hycapi_send_message()
418 kfree_skb(hycapi_applications[appl_id - 1].listen_req[ctrl->cnr - 1]); hycapi_send_message()
419 hycapi_applications[appl_id - 1].listen_req[ctrl->cnr - 1] = NULL; hycapi_send_message()
421 if (!(hycapi_applications[appl_id -1].listen_req[ctrl->cnr - 1] = skb_copy(skb, GFP_ATOMIC))) hycapi_send_message()
/linux-4.1.27/drivers/isdn/hardware/eicon/
H A Dcapi20.h369 word appl_id; member in struct:_API_MSG::_MSG_HEADER
H A Dcapifunc.c243 PUT_WORD(&msg.header.appl_id, appl->Id); sendf()
885 APPL *this = &application[GET_WORD(&msg->header.appl_id) - 1]; diva_send_message()
H A Dmessage.c11299 ((CAPI_MSG *) msg)->header.appl_id = notify_plci->appl->Id; mixer_notify_update()
/linux-4.1.27/net/iucv/
H A Daf_iucv.c1043 char appl_id[9]; iucv_sock_sendmsg() local
1182 appl_id[8] = 0;
1183 memcpy(appl_id, iucv->dst_name, 8);
1186 appl_id, user_id);

Completed in 271 milliseconds