Home
last modified time | relevance | path

Searched defs:appl (Results 1 – 5 of 5) sorted by relevance

/linux/net/bluetooth/cmtp/
H A Dcapi.c73 static struct cmtp_application *cmtp_application_add(struct cmtp_session *session, __u16 appl) in cmtp_application_add()
149 __u8 subcmd, __u16 appl, __u16 msgnum, in cmtp_send_interopmsg()
188 __u16 appl, msgnum, func, info; in cmtp_recv_interopmsg() local
305 __u16 appl; in cmtp_recv_capimsg() local
363 static void cmtp_register_appl(struct capi_ctr *ctrl, __u16 appl, capi_register_params *rp) in cmtp_register_appl()
432 static void cmtp_release_appl(struct capi_ctr *ctrl, __u16 appl) in cmtp_release_appl()
460 __u16 appl; in cmtp_send_message() local
H A Dcmtp.h109 __u16 appl; member
/linux/net/802/
H A Dgarp.c356 const struct garp_application *appl, in garp_request_join()
376 const struct garp_application *appl, in garp_request_leave()
515 struct garp_application *appl = proto->data; in garp_pdu_rcv() local
570 int garp_init_applicant(struct net_device *dev, struct garp_application *appl) in garp_init_applicant()
611 void garp_uninit_applicant(struct net_device *dev, struct garp_application *appl) in garp_uninit_applicant()
638 int garp_register_application(struct garp_application *appl) in garp_register_application()
646 void garp_unregister_application(struct garp_application *appl) in garp_unregister_application()
H A Dmrp.c531 const struct mrp_application *appl, in mrp_request_join()
556 const struct mrp_application *appl, in mrp_request_leave()
787 struct mrp_application *appl = container_of(pt, struct mrp_application, in mrp_rcv() local
855 int mrp_init_applicant(struct net_device *dev, struct mrp_application *appl) in mrp_init_applicant()
899 void mrp_uninit_applicant(struct net_device *dev, struct mrp_application *appl) in mrp_uninit_applicant()
932 int mrp_register_application(struct mrp_application *appl) in mrp_register_application()
940 void mrp_unregister_application(struct mrp_application *appl) in mrp_unregister_application()
/linux/drivers/isdn/capi/
H A Dkcapi.c301 void capi_ctr_handle_message(struct capi_ctr *ctr, u16 appl, in capi_ctr_handle_message()