Searched refs:subscriptions (Results 1 - 17 of 17) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_upnp.c205 * points then potentially we could be expected to handle subscriptions for
251 * use for constructing UUIDs for subscriptions. Presumably any method from
473 if (dl_list_empty(&sm->subscriptions)) {
520 dl_list_for_each_safe(s, tmp, &sm->subscriptions, struct subscription,
552 /* subscription_list_age -- remove expired subscriptions */
556 dl_list_for_each_safe(s, tmp, &sm->subscriptions,
574 dl_list_for_each(s, &sm->subscriptions, struct subscription, list) {
699 /* Get rid of expired subscriptions so we have room */
702 /* If too many subscriptions, remove oldest */
703 if (dl_list_len(&sm->subscriptions) >
[all...]
H A Dwps_upnp_i.h140 /* Note: subscriptions are kept in expiry order */
141 struct dl_list subscriptions; member in struct:upnp_wps_device_sm
H A Dwps_upnp_event.c322 dl_list_for_each_safe(s, tmp, &sm->subscriptions, struct subscription,
H A Dwps_upnp_web.c621 dl_list_for_each(s, &sm->subscriptions, struct subscription, list)
1109 * 599 Too many subscriptions (not a standard HTTP error)
H A Dwps_registrar.c3423 dl_list_for_each(s, &reg->wps->wps_upnp->subscriptions,
/external/wpa_supplicant_8/src/wps/
H A Dwps_upnp.c205 * points then potentially we could be expected to handle subscriptions for
251 * use for constructing UUIDs for subscriptions. Presumably any method from
473 if (dl_list_empty(&sm->subscriptions)) {
520 dl_list_for_each_safe(s, tmp, &sm->subscriptions, struct subscription,
552 /* subscription_list_age -- remove expired subscriptions */
556 dl_list_for_each_safe(s, tmp, &sm->subscriptions,
574 dl_list_for_each(s, &sm->subscriptions, struct subscription, list) {
699 /* Get rid of expired subscriptions so we have room */
702 /* If too many subscriptions, remove oldest */
703 if (dl_list_len(&sm->subscriptions) >
[all...]
H A Dwps_upnp_i.h140 /* Note: subscriptions are kept in expiry order */
141 struct dl_list subscriptions; member in struct:upnp_wps_device_sm
H A Dwps_upnp_event.c322 dl_list_for_each_safe(s, tmp, &sm->subscriptions, struct subscription,
H A Dwps_upnp_web.c621 dl_list_for_each(s, &sm->subscriptions, struct subscription, list)
1109 * 599 Too many subscriptions (not a standard HTTP error)
H A Dwps_registrar.c3423 dl_list_for_each(s, &reg->wps->wps_upnp->subscriptions,
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_upnp.c205 * points then potentially we could be expected to handle subscriptions for
251 * use for constructing UUIDs for subscriptions. Presumably any method from
473 if (dl_list_empty(&sm->subscriptions)) {
520 dl_list_for_each_safe(s, tmp, &sm->subscriptions, struct subscription,
552 /* subscription_list_age -- remove expired subscriptions */
556 dl_list_for_each_safe(s, tmp, &sm->subscriptions,
574 dl_list_for_each(s, &sm->subscriptions, struct subscription, list) {
699 /* Get rid of expired subscriptions so we have room */
702 /* If too many subscriptions, remove oldest */
703 if (dl_list_len(&sm->subscriptions) >
[all...]
H A Dwps_upnp_i.h140 /* Note: subscriptions are kept in expiry order */
141 struct dl_list subscriptions; member in struct:upnp_wps_device_sm
H A Dwps_upnp_event.c322 dl_list_for_each_safe(s, tmp, &sm->subscriptions, struct subscription,
H A Dwps_upnp_web.c621 dl_list_for_each(s, &sm->subscriptions, struct subscription, list)
1109 * 599 Too many subscriptions (not a standard HTTP error)
H A Dwps_registrar.c3423 dl_list_for_each(s, &reg->wps->wps_upnp->subscriptions,
/external/iproute2/include/
H A Dlibnetlink.h23 extern int rtnl_open(struct rtnl_handle *rth, unsigned subscriptions);
24 extern int rtnl_open_byproto(struct rtnl_handle *rth, unsigned subscriptions, int protocol);
/external/iproute2/lib/
H A Dlibnetlink.c38 int rtnl_open_byproto(struct rtnl_handle *rth, unsigned subscriptions, argument
64 rth->local.nl_groups = subscriptions;
87 int rtnl_open(struct rtnl_handle *rth, unsigned subscriptions) argument
89 return rtnl_open_byproto(rth, subscriptions, NETLINK_ROUTE);

Completed in 433 milliseconds