Searched refs:OID (Results 1 - 15 of 15) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libsmb/
H A Dasn1.c123 BOOL asn1_write_OID(ASN1_DATA *data, const char *OID) argument
126 const char *p = (const char *)OID;
326 BOOL asn1_read_OID(ASN1_DATA *data, char **OID) argument
353 *OID = SMB_STRDUP(oid_str);
359 BOOL asn1_check_OID(ASN1_DATA *data, const char *OID) argument
365 if (strcmp(id, OID) != 0) {
H A Dclispnego.c79 (OID), and a mechToken (a security blob) ...
84 DATA_BLOB gen_negTokenInit(const char *OID, DATA_BLOB blob) argument
98 asn1_write_OID(&data, OID);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/gadget/
H A Drndis.c156 gen_ndis_query_resp (int configNr, u32 OID, u8 *buf, unsigned buf_len, argument
171 DEBUG("query OID %08x value, len %d:\n", OID, buf_len);
189 switch (OID) {
667 printk (KERN_WARNING "%s: query unknown OID 0x%08X\n",
668 __FUNCTION__, OID);
679 static int gen_ndis_set_resp (u8 configNr, u32 OID, u8 *buf, u32 buf_len, argument
693 DEBUG("set OID %08x value, len %d:\n", OID, buf_len);
708 switch (OID) {
[all...]
H A Drndis.h111 __le32 OID; member in struct:rndis_query_msg_type
132 __le32 OID; member in struct:rndis_set_msg_type
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dnf_conntrack_h323_types.c51 {FNAME("object") OID, BYTE, 0, 0, SKIP, 0, NULL},
264 {FNAME("object") OID, BYTE, 0, 0, SKIP, 0, NULL},
839 {FNAME("protocolIdentifier") OID, BYTE, 0, 0, SKIP, 0, NULL},
904 {FNAME("protocolIdentifier") OID, BYTE, 0, 0, SKIP, 0, NULL},
930 {FNAME("protocolIdentifier") OID, BYTE, 0, 0, SKIP, 0, NULL},
964 {FNAME("protocolIdentifier") OID, BYTE, 0, 0, SKIP, 0, NULL},
990 {FNAME("protocolIdentifier") OID, BYTE, 0, 0, SKIP, 0, NULL},
1026 {FNAME("protocolIdentifier") OID, BYTE, 0, 0, SKIP, 0, NULL},
1067 {FNAME("protocolIdentifier") OID, BYTE, 0, 0, SKIP, 0, NULL},
1132 {FNAME("type") OID, BYT
[all...]
H A Dnf_conntrack_h323_asn1.c43 #define OID 2 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Daha152x.h125 #define OID 0x70 macro
H A Daic7xxx_old.c9293 temp_p->scsi_id = aic_inb(temp_p, SCSIID_ULTRA2) & OID;
9295 temp_p->scsi_id = aic_inb(temp_p, SCSIID) & OID;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx_old/
H A Daic7xxx_reg.h129 #define OID 0x0f macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7xxx_pci.c789 our_id = ahc_inb(ahc, SCSIID_ULTRA2) & OID;
791 our_id = ahc_inb(ahc, SCSIID) & OID;
H A Daic79xx.h74 ((scsiid) & OID)
H A Daic7xxx.h72 ((scsiid) & OID)
H A Daic7xxx_core.c2187 our_id = ahc_inb(ahc, TARGIDIN) & OID;
2189 our_id = ahc_inb(ahc, SCSIID_ULTRA2) & OID;
2191 our_id = ahc_inb(ahc, SCSIID) & OID;
7159 * for selection enables, ensure that OID
7167 scsiid_mask = 0x1 << (scsiid & OID);
H A Daic79xx_core.c3525 our_id = ahd_inb(ahd, TARGIDIN) & OID;
9766 * for selection enables, ensure that OID
9774 scsiid_mask = 0x1 << (scsiid & OID);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dcavs_driver.pl1016 algorithm=OID:rsaEncryption

Completed in 157 milliseconds