Searched refs:IRLMP_EVENT (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/net/irda/ |
D | irlmp_event.c | 79 static void irlmp_state_standby (struct lap_cb *, IRLMP_EVENT, 81 static void irlmp_state_u_connect(struct lap_cb *, IRLMP_EVENT, 83 static void irlmp_state_active (struct lap_cb *, IRLMP_EVENT, 87 static int irlmp_state_disconnected(struct lsap_cb *, IRLMP_EVENT, 89 static int irlmp_state_connect (struct lsap_cb *, IRLMP_EVENT, 91 static int irlmp_state_connect_pend(struct lsap_cb *, IRLMP_EVENT, 93 static int irlmp_state_dtr (struct lsap_cb *, IRLMP_EVENT, 95 static int irlmp_state_setup (struct lsap_cb *, IRLMP_EVENT, 97 static int irlmp_state_setup_pend (struct lsap_cb *, IRLMP_EVENT, 100 static void (*lap_state[]) (struct lap_cb *, IRLMP_EVENT, struct sk_buff *) = [all …]
|
/linux-4.1.27/include/net/irda/ |
D | irlmp_event.h | 80 } IRLMP_EVENT; typedef 89 void irlmp_do_lap_event(struct lap_cb *self, IRLMP_EVENT event, 91 int irlmp_do_lsap_event(struct lsap_cb *self, IRLMP_EVENT event,
|