Home | History | Annotate | Download | only in p2p

Lines Matching refs:adv

464 	struct p2ps_advertisement *adv;
466 for (adv = p2p->p2ps_adv_list; adv; adv = adv->next) {
467 if (os_strncmp(adv->svc_name, P2PS_WILD_HASH_STR,
598 struct p2ps_advertisement *adv;
638 for (adv = adv_list; adv && total_len <= MAX_SVC_ADV_LEN;
639 adv = adv->next) {
645 if (os_memcmp(test, adv->hash, P2PS_HASH_LEN) == 0 &&
647 adv->id,
648 adv->config_methods,
649 adv->svc_name,