Lines Matching defs:info
558 perr(ys, "failed to request socket family info");
564 perr(ys, "failed to receive the socket family info");
572 perr(ys, "failed to receive the socket family info - no such family?");
701 const struct ynl_ntf_info *info;
709 info = &ys->family->ntf_info[gehdr->cmd];
710 if (!info->cb)
713 rsp = calloc(1, info->alloc_sz);
714 rsp->free = info->free;
716 yarg.rsp_policy = info->policy;
718 ret = info->cb(nlh, &yarg);
731 info->free(rsp);