HomeSort by relevance Sort by last modified time
    Searched refs:subscriptions (Results 1 - 8 of 8) sorted by null

  /external/iproute2/include/
libnetlink.h 22 extern int rtnl_open(struct rtnl_handle *rth, unsigned subscriptions);
23 extern int rtnl_open_byproto(struct rtnl_handle *rth, unsigned subscriptions, int protocol);
  /external/wpa_supplicant_8/src/wps/
wps_upnp.c 205 * points then potentially we could be expected to handle subscriptions for
249 * use for constructing UUIDs for subscriptions. Presumably any method from
487 if (dl_list_empty(&sm->subscriptions)) {
534 dl_list_for_each_safe(s, tmp, &sm->subscriptions, struct subscription,
566 /* subscription_list_age -- remove expired subscriptions */
570 dl_list_for_each_safe(s, tmp, &sm->subscriptions,
588 dl_list_for_each(s, &sm->subscriptions, struct subscription, list) {
710 /* Get rid of expired subscriptions so we have room */
713 /* If too many subscriptions, remove oldest */
714 if (dl_list_len(&sm->subscriptions) >= MAX_SUBSCRIPTIONS)
    [all...]
wps_upnp_i.h 140 /* Note: subscriptions are kept in expiry order */
141 struct dl_list subscriptions; member in struct:upnp_wps_device_sm
wps_upnp_event.c 322 dl_list_for_each_safe(s, tmp, &sm->subscriptions, struct subscription,
wps_upnp_web.c 619 dl_list_for_each(s, &sm->subscriptions, struct subscription, list)
1109 * 599 Too many subscriptions (not a standard HTTP error)
    [all...]
wps_registrar.c     [all...]
  /external/iproute2/lib/
libnetlink.c 38 int rtnl_open_byproto(struct rtnl_handle *rth, unsigned subscriptions,
64 rth->local.nl_groups = subscriptions;
87 int rtnl_open(struct rtnl_handle *rth, unsigned subscriptions)
89 return rtnl_open_byproto(rth, subscriptions, NETLINK_ROUTE);
  /external/kernel-headers/original/linux/
key.h 172 struct keyring_list *subscriptions; member in union:key::__anon9769

Completed in 98 milliseconds