Searched refs:vendorid (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/ipsec-286.1.1/ipsec-tools/racoon/
H A Dvendorid.c1 /* $Id: vendorid.c,v 1.7 2005/01/29 16:34:25 vanhu Exp $ */
52 #include "vendorid.h"
172 set_vendorid(int vendorid) argument
176 if (vendorid == VENDORID_UNKNOWN) {
181 vendorid = VENDORID_KAME;
184 current = lookup_vendor_id_by_id(vendorid);
187 "invalid vendor ID index: %d\n", vendorid);
235 vendorid_fixup(vendorid, vidhash)
236 int vendorid;
239 switch(vendorid) {
[all...]
H A Disakmp_xauth.h64 int vendorid; member in struct:xauth_state
H A Dremoteconf.h68 int vendorid; /* for isakmp */ member in struct:secprotospec
191 int vendorid; member in struct:isakmpsa
H A Dcfparse.y96 #include "vendorid.h"
1887 if (cur_rmconf->prhead->spspec->vendorid != VENDORID_GSSAPI) {
1942 if (cur_rmconf->prhead->spspec->vendorid !=
1952 cur_rmconf->prhead->spspec->vendorid =
2034 new->vendorid = VENDORID_UNKNOWN;
2127 s->encklen, s->vendorid, s->gssid,
2157 class, last, lifetime, lifebyte, encklen, vendorid, gssid,
2164 int vendorid;
2220 new->vendorid = vendorid;
[all...]
H A Dremoteconf.c76 #include "vendorid.h"
573 new->vendorid = VENDORID_UNKNOWN;
/macosx-10.10.1/SmartCardServices-55111/src/PCSC/
H A DPCSCDevice.h54 void setVendorid(uint32_t vendorid) { mVendorid = vendorid; } argument
63 uint32_t vendorid() const { return mVendorid; } function in class:PCSCD::Device
H A DPCSCDriverBundle.cpp189 device.vendorid(), device.productid(), device.interfaceClass(),
199 desc->vendorid(), desc->productid(), desc->interfaceClass(), path().c_str());
201 if (desc->vendorid() && (desc->vendorid()==device.vendorid()) &&
H A DPCSCDriverBundle.h60 uint16_t vendorid() const { return mVendor; } function in class:PCSCD::DeviceDescription
H A Dpcscdmonitor.cpp511 snprintf(buf, sizeof(buf), "%u", newDevice->vendorid());
516 newDevice->vendorid(), newDevice->productid());
720 // secdebug("scsel", " deviceSupport: vendor/product: 0x%04X/0x%04X, vendor: %s, product: %s, serial: %s", vendorid, productid,

Completed in 111 milliseconds