Searched defs:subscription (Results 1 – 3 of 3) sorted by relevance
79 struct subscription { struct82 time_t timeout_time; /* when to age out the subscription */ argument85 * This uuid identifies the subscription and is randomly generated by argument89 u8 uuid[UUID_LEN];91 struct dl_list addr_list;92 struct dl_list event_queue; /* Queued event messages. */93 struct wps_event_ *current_event; /* non-NULL if being sent (not in q)95 int last_event_failed; /* Whether delivery of last event failed */98 u8 selected_registrar;99 u16 dev_password_id;[all …]
95 struct subscription { struct97 struct subscription *next; argument98 struct subscription *prev; argument100 time_t timeout_time; /* when to age out the subscription */ argument103 * This uuid identifies the subscription and is randomly generated by argument107 u8 uuid[UUID_LEN];109 struct subscr_addr *addr_list;110 int n_addr; /* Number of addresses in list */111 struct wps_event_ *event_queue; /* Queued event messages. */112 int n_queue; /* How many events are queued */[all …]
73 notifier::Subscription subscription; in UpdateCredentials() local