Home
last modified time | relevance | path

Searched refs:appl (Results 1 – 4 of 4) sorted by relevance

/net/bluetooth/cmtp/
A Dcapi.c83 app->appl = appl; in cmtp_application_add()
111 if (app->appl == value) in cmtp_application_get()
166 capimsg_setu16(s, 2, appl); in cmtp_send_interopmsg()
188 __u16 appl, msgnum, func, info; in cmtp_recv_interopmsg() local
216 appl = CAPIMSG_APPID(skb->data); in cmtp_recv_interopmsg()
289 appl = CAPIMSG_APPID(skb->data); in cmtp_recv_interopmsg()
305 __u16 appl; in cmtp_recv_capimsg() local
323 appl = CAPIMSG_APPID(skb->data); in cmtp_recv_capimsg()
328 appl = application->appl; in cmtp_recv_capimsg()
460 __u16 appl; in cmtp_send_message() local
[all …]
A Dcmtp.h109 __u16 appl; member
/net/802/
A Dgarp.c356 const struct garp_application *appl, in garp_request_join() argument
376 const struct garp_application *appl, in garp_request_leave() argument
515 struct garp_application *appl = proto->data; in garp_pdu_rcv() local
523 app = rcu_dereference(port->applicants[appl->type]); in garp_pdu_rcv()
588 err = dev_mc_add(dev, appl->proto.group_address); in garp_init_applicant()
593 app->app = appl; in garp_init_applicant()
632 dev_mc_del(dev, appl->proto.group_address); in garp_uninit_applicant()
640 appl->proto.rcv = garp_pdu_rcv; in garp_register_application()
641 appl->proto.data = appl; in garp_register_application()
642 return stp_proto_register(&appl->proto); in garp_register_application()
[all …]
A Dmrp.c531 const struct mrp_application *appl, in mrp_request_join() argument
536 port->applicants[appl->type]); in mrp_request_join()
556 const struct mrp_application *appl, in mrp_request_leave() argument
561 port->applicants[appl->type]); in mrp_request_leave()
873 err = dev_mc_add(dev, appl->group_address); in mrp_init_applicant()
878 app->app = appl; in mrp_init_applicant()
903 port->applicants[appl->type]); in mrp_uninit_applicant()
926 dev_mc_del(dev, appl->group_address); in mrp_uninit_applicant()
934 appl->pkttype.func = mrp_rcv; in mrp_register_application()
935 dev_add_pack(&appl->pkttype); in mrp_register_application()
[all …]

Completed in 11 milliseconds