Home
last modified time | relevance | path

Searched refs:hint_mask (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/include/net/irda/
Dirlmp.h88 __u16_host_order hint_mask; member
203 void *irlmp_register_client(__u16 hint_mask, DISCOVERY_CALLBACK1 disco_clb,
206 int irlmp_update_client(void *handle, __u16 hint_mask,
/linux-3.4.99/net/irda/
Dirlmp.c991 client->hint_mask.word, in irlmp_notify_client()
1065 (client->hint_mask.word & in irlmp_discovery_expiry()
1556 void *irlmp_register_client(__u16 hint_mask, DISCOVERY_CALLBACK1 disco_clb, in irlmp_register_client() argument
1572 client->hint_mask.word = hint_mask; in irlmp_register_client()
1592 int irlmp_update_client(void *handle, __u16 hint_mask, in irlmp_update_client() argument
1607 client->hint_mask.word = hint_mask; in irlmp_update_client()