Searched refs:oid (Results 1 - 25 of 662) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/lib/
H A Dsmux.h46 theoid, sizeof(theoid)/sizeof(oid))
51 oid name[MAX_OID_LEN];
75 size_t, int, oid [], size_t);
76 extern int smux_header_generic (struct variable *, oid [], size_t *,
78 extern int smux_header_table (struct variable *, oid *, size_t *,
103 const oid *, size_t,
104 const oid *, size_t,
105 const oid *, size_t,
109 extern int oid_compare (oid *, int, oid *, in
[all...]
H A Dsnmp.c33 oid_compare (oid *o1, int o1_len, oid *o2, int o2_len)
55 return memcpy (dest, src, size * sizeof (oid));
59 oid2in_addr (oid oid[], int len, struct in_addr *addr) argument
70 *pnt++ = oid[i];
74 oid_copy_addr (oid oid[], struct in_addr *addr, int len) argument
85 oid[i] = *pnt++;
89 smux_header_generic (struct variable *v, oid *nam
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/lib/
H A Dsmux.h46 theoid, sizeof(theoid)/sizeof(oid))
51 oid name[MAX_OID_LEN];
75 size_t, int, oid [], size_t);
76 extern int smux_header_generic (struct variable *, oid [], size_t *,
78 extern int smux_header_table (struct variable *, oid *, size_t *,
103 const oid *, size_t,
104 const oid *, size_t,
105 const oid *, size_t,
109 extern int oid_compare (oid *, int, oid *, in
[all...]
H A Dsnmp.c33 oid_compare (oid *o1, int o1_len, oid *o2, int o2_len)
55 return memcpy (dest, src, size * sizeof (oid));
59 oid2in_addr (oid oid[], int len, struct in_addr *addr) argument
70 *pnt++ = oid[i];
74 oid_copy_addr (oid oid[], struct in_addr *addr, int len) argument
85 oid[i] = *pnt++;
89 smux_header_generic (struct variable *v, oid *nam
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/lib/
H A Dsmux.h46 theoid, sizeof(theoid)/sizeof(oid))
51 oid name[MAX_OID_LEN];
75 size_t, int, oid [], size_t);
76 extern int smux_header_generic (struct variable *, oid [], size_t *,
78 extern int smux_header_table (struct variable *, oid *, size_t *,
103 const oid *, size_t,
104 const oid *, size_t,
105 const oid *, size_t,
109 extern int oid_compare (oid *, int, oid *, in
[all...]
H A Dsnmp.c33 oid_compare (oid *o1, int o1_len, oid *o2, int o2_len)
55 return memcpy (dest, src, size * sizeof (oid));
59 oid2in_addr (oid oid[], int len, struct in_addr *addr) argument
70 *pnt++ = oid[i];
74 oid_copy_addr (oid oid[], struct in_addr *addr, int len) argument
85 oid[i] = *pnt++;
89 smux_header_generic (struct variable *v, oid *nam
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/src/tls/
H A Dasn1.c85 int asn1_parse_oid(const u8 *buf, size_t len, struct asn1_oid *oid) argument
91 os_memset(oid, 0, sizeof(*oid));
106 if (oid->len >= ASN1_MAX_OID_LEN) {
110 if (oid->len == 0) {
116 oid->oid[0] = val / 40;
117 if (oid->oid[0] > 2)
118 oid
129 asn1_get_oid(const u8 *buf, size_t len, struct asn1_oid *oid, const u8 **next) argument
149 asn1_oid_to_str(struct asn1_oid *oid, char *buf, size_t len) argument
[all...]
H A Dpkcs8.c30 struct asn1_oid oid; local
87 if (asn1_get_oid(hdr.payload, hdr.length, &oid, &pos)) {
93 asn1_oid_to_str(&oid, obuf, sizeof(obuf));
96 if (oid.len != 7 ||
97 oid.oid[0] != 1 /* iso */ ||
98 oid.oid[1] != 2 /* member-body */ ||
99 oid.oid[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant-0.7.3/src/tls/
H A Dasn1.c85 int asn1_parse_oid(const u8 *buf, size_t len, struct asn1_oid *oid) argument
91 os_memset(oid, 0, sizeof(*oid));
106 if (oid->len >= ASN1_MAX_OID_LEN) {
110 if (oid->len == 0) {
116 oid->oid[0] = val / 40;
117 if (oid->oid[0] > 2)
118 oid
129 asn1_get_oid(const u8 *buf, size_t len, struct asn1_oid *oid, const u8 **next) argument
149 asn1_oid_to_str(struct asn1_oid *oid, char *buf, size_t len) argument
[all...]
H A Dpkcs8.c30 struct asn1_oid oid; local
87 if (asn1_get_oid(hdr.payload, hdr.length, &oid, &pos)) {
93 asn1_oid_to_str(&oid, obuf, sizeof(obuf));
96 if (oid.len != 7 ||
97 oid.oid[0] != 1 /* iso */ ||
98 oid.oid[1] != 2 /* member-body */ ||
99 oid.oid[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant-0.7.3/src/tls/
H A Dasn1.c85 int asn1_parse_oid(const u8 *buf, size_t len, struct asn1_oid *oid) argument
91 os_memset(oid, 0, sizeof(*oid));
106 if (oid->len >= ASN1_MAX_OID_LEN) {
110 if (oid->len == 0) {
116 oid->oid[0] = val / 40;
117 if (oid->oid[0] > 2)
118 oid
129 asn1_get_oid(const u8 *buf, size_t len, struct asn1_oid *oid, const u8 **next) argument
149 asn1_oid_to_str(struct asn1_oid *oid, char *buf, size_t len) argument
[all...]
H A Dpkcs8.c30 struct asn1_oid oid; local
87 if (asn1_get_oid(hdr.payload, hdr.length, &oid, &pos)) {
93 asn1_oid_to_str(&oid, obuf, sizeof(obuf));
96 if (oid.len != 7 ||
97 oid.oid[0] != 1 /* iso */ ||
98 oid.oid[1] != 2 /* member-body */ ||
99 oid.oid[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/heimdal/lib/gssapi/mech/
H A Dgss_release_oid.c39 gss_release_oid(OM_uint32 *minor_status, gss_OID *oid) argument
41 gss_OID o = *oid;
43 *oid = GSS_C_NO_OID;
H A Dgss_oid_to_str.c38 gss_oid_to_str(OM_uint32 *minor_status, gss_OID oid, gss_buffer_t oid_str) argument
47 if (oid == GSS_C_NULL_OID)
50 ret = der_get_oid (oid->elements, oid->length, &o, &size);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/heimdal/lib/gssapi/mech/
H A Dgss_release_oid.c39 gss_release_oid(OM_uint32 *minor_status, gss_OID *oid) argument
41 gss_OID o = *oid;
43 *oid = GSS_C_NO_OID;
H A Dgss_oid_to_str.c38 gss_oid_to_str(OM_uint32 *minor_status, gss_OID oid, gss_buffer_t oid_str) argument
47 if (oid == GSS_C_NULL_OID)
50 ret = der_get_oid (oid->elements, oid->length, &o, &size);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/heimdal/lib/gssapi/mech/
H A Dgss_release_oid.c39 gss_release_oid(OM_uint32 *minor_status, gss_OID *oid) argument
41 gss_OID o = *oid;
43 *oid = GSS_C_NO_OID;
H A Dgss_oid_to_str.c38 gss_oid_to_str(OM_uint32 *minor_status, gss_OID oid, gss_buffer_t oid_str) argument
47 if (oid == GSS_C_NULL_OID)
50 ret = der_get_oid (oid->elements, oid->length, &o, &size);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant/src/tls/
H A Dasn1.c88 int asn1_get_oid(const u8 *buf, size_t len, struct asn1_oid *oid, argument
96 os_memset(oid, 0, sizeof(*oid));
121 if (oid->len >= ASN1_MAX_OID_LEN) {
125 if (oid->len == 0) {
131 oid->oid[0] = val / 40;
132 if (oid->oid[0] > 2)
133 oid
144 asn1_oid_to_str(struct asn1_oid *oid, char *buf, size_t len) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant/src/tls/
H A Dasn1.c88 int asn1_get_oid(const u8 *buf, size_t len, struct asn1_oid *oid, argument
96 os_memset(oid, 0, sizeof(*oid));
121 if (oid->len >= ASN1_MAX_OID_LEN) {
125 if (oid->len == 0) {
131 oid->oid[0] = val / 40;
132 if (oid->oid[0] > 2)
133 oid
144 asn1_oid_to_str(struct asn1_oid *oid, char *buf, size_t len) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant/src/tls/
H A Dasn1.c88 int asn1_get_oid(const u8 *buf, size_t len, struct asn1_oid *oid, argument
96 os_memset(oid, 0, sizeof(*oid));
121 if (oid->len >= ASN1_MAX_OID_LEN) {
125 if (oid->len == 0) {
131 oid->oid[0] = val / 40;
132 if (oid->oid[0] > 2)
133 oid
144 asn1_oid_to_str(struct asn1_oid *oid, char *buf, size_t len) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/test/
H A Ddbm.tcl54 set oid [open $t1 w]
57 puts $oid $key
65 puts $oid ""
69 close $oid
84 set oid [open $t1 w]
88 puts $oid $key
93 puts $oid ""
95 close $oid
107 set oid [open $t1 w]
111 puts $oid
[all...]
H A Drsrc001.tcl83 set oid [open $testdir/rsrc.txt]
84 fconfigure $oid -translation binary
86 while { [gets $oid str] != -1 } {
89 close $oid
104 set oid [open $testdir/check.txt a]
105 fconfigure $oid -translation binary
108 puts $oid $rec
115 close $oid
121 set oid [open $testdir/check.txt a]
122 fconfigure $oid
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/test/
H A Ddbm.tcl54 set oid [open $t1 w]
57 puts $oid $key
65 puts $oid ""
69 close $oid
84 set oid [open $t1 w]
88 puts $oid $key
93 puts $oid ""
95 close $oid
107 set oid [open $t1 w]
111 puts $oid
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/test/
H A Ddbm.tcl54 set oid [open $t1 w]
57 puts $oid $key
65 puts $oid ""
69 close $oid
84 set oid [open $t1 w]
88 puts $oid $key
93 puts $oid ""
95 close $oid
107 set oid [open $t1 w]
111 puts $oid
[all...]

Completed in 274 milliseconds

1234567891011>>