Searched refs:key (Results 301 - 325 of 506) sorted by relevance

<<11121314151617181920>>

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dsem.h124 asmlinkage long sys_semget (key_t key, int nsems, int semflg);
H A Damigaffs.h207 u32 key; member in struct:affs_head
237 u32 key; member in struct:slink_front
246 u32 key; member in struct:affs_data_head
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dagp_backend.h117 int key; member in struct:_agp_memory
H A Dpkt_cls.h106 __u32 key; member in struct:tc_rsvp_gpi
H A Dsem.h124 asmlinkage long sys_semget (key_t key, int nsems, int semflg);
H A Damigaffs.h207 u32 key; member in struct:affs_head
237 u32 key; member in struct:slink_front
246 u32 key; member in struct:affs_data_head
/asus-wl-520gu-7.0.1.45/src/linux/linux/ipc/
H A Dutil.h34 int ipc_findkey(struct ipc_ids* ids, key_t key);
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppd/
H A Dmain.c1755 TDB_DATA key, dbuf; local
1771 key.dptr = db_key;
1772 key.dsize = strlen(db_key);
1775 if (tdb_store(pppdb, key, dbuf, TDB_REPLACE))
1781 * add_db_key - add a key that we can use to look up our database entry.
1787 TDB_DATA key, dbuf; local
1789 key.dptr = (char *) str;
1790 key.dsize = strlen(str);
1793 if (tdb_store(pppdb, key, dbuf, TDB_REPLACE))
1794 error("tdb_store key faile
1804 TDB_DATA key; local
1817 TDB_DATA key; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/
H A Dmain.c1927 TDB_DATA key, dbuf; local
1943 key.dptr = db_key;
1944 key.dsize = strlen(db_key);
1947 if (tdb_store(pppdb, key, dbuf, TDB_REPLACE))
1956 * add_db_key - add a key that we can use to look up our database entry.
1962 TDB_DATA key, dbuf; local
1964 key.dptr = (char *) str;
1965 key.dsize = strlen(str);
1968 if (tdb_store(pppdb, key, dbuf, TDB_REPLACE))
1969 error("tdb_store key faile
1979 TDB_DATA key; local
1992 TDB_DATA key; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/
H A Dmain.c1925 TDB_DATA key, dbuf; local
1941 key.dptr = db_key;
1942 key.dsize = strlen(db_key);
1945 if (tdb_store(pppdb, key, dbuf, TDB_REPLACE))
1954 * add_db_key - add a key that we can use to look up our database entry.
1960 TDB_DATA key, dbuf; local
1962 key.dptr = (char *) str;
1963 key.dsize = strlen(str);
1966 if (tdb_store(pppdb, key, dbuf, TDB_REPLACE))
1967 error("tdb_store key faile
1977 TDB_DATA key; local
1990 TDB_DATA key; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/include/
H A Drpc_reg.h121 int (*subkey_fn)( char *key, REGSUBKEY_CTR *subkeys);
122 int (*value_fn) ( char *key, REGVAL_CTR *val );
123 BOOL (*store_subkeys_fn)( char *key, REGSUBKEY_CTR *subkeys );
124 BOOL (*store_values_fn)( char *key, REGVAL_CTR *val );
128 const char *keyname; /* full path to name of key */
141 pstring name; /* full name of registry key */
339 POLICY_HND pnt_pol; /* parent key policy handle */
375 POLICY_HND pnt_pol; /* parent key policy handle */
393 POLICY_HND pnt_pol; /* parent key policy handle */
460 UNISTR2 uni_file; /* local filename to save key a
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/libsmb/
H A Dclikrb5.c87 krb5_keyblock *key,
100 ret = krb5_string_to_key(context, &eblock, key, password, &salt);
108 krb5_keyblock *key,
120 salt, key);
259 /* obtain ticket & session key */
386 DEBUG(10, ("Got KRB5 session key of length %d\n", KRB5_KEY_LENGTH(skey)));
394 DEBUG(10, ("KRB5 error getting session key %d\n", err));
84 create_kerberos_key_from_string(krb5_context context, krb5_principal host_princ, krb5_data *password, krb5_keyblock *key, krb5_enctype enctype) argument
/asus-wl-520gu-7.0.1.45/src/router/samba/source/nsswitch/
H A Dwinbindd_cache.c260 fstring key; local
268 fstr_sprintf( key, "SEQNUM/%s", domain->name );
270 data = tdb_fetch_bystring( wcache->tdb, key );
272 DEBUG(10,("fetch_cache_seqnum: invalid data size key [%s]\n", key ));
298 TDB_DATA data, key; local
308 key.dptr = key_str;
309 key.dsize = strlen(key_str)+1;
316 if ( tdb_store( wcache->tdb, key, data, TDB_REPLACE) == -1 ) {
317 DEBUG(10,("store_cache_seqnum: tdb_store fail key [
426 TDB_DATA key; local
580 TDB_DATA key, data; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/openssl/
H A Dkssl.h88 ** to trace usage of the Kerberos session key
121 ** (1) Kerberos session key to SSL, and
134 krb5_octet FAR *key; member in struct:kssl_ctx_st
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/parisc/kernel/
H A Dsys_parisc.c164 key_t key; /* Key. */ member in struct:broken_ipc_perm
201 out->key = in->key;
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/affs/
H A Dfile.c91 int i, j, key; local
134 key = AFFS_INODE->i_lc[i - 1];
138 bh = affs_bread(sb, key);
141 key = be32_to_cpu(AFFS_TAIL(sb, bh)->extension);
145 AFFS_INODE->i_lc[i] = key;
173 AFFS_HEAD(new_bh)->key = cpu_to_be32(blocknr);
268 /* every n'th key we find in the linear cache */
277 ext_key = AFFS_INODE->i_ac[ac_idx].key;
287 ext_key = AFFS_INODE->i_ac[idx].key;
310 AFFS_INODE->i_ac[ac_idx].key
[all...]
H A Dnamei.c188 u32 key; local
196 key = be32_to_cpu(AFFS_HEAD(bh)->table[affs_hash_name(sb, dentry->d_name.name, dentry->d_name.len)]);
200 if (key == 0)
202 bh = affs_bread(sb, key);
207 key = be32_to_cpu(AFFS_TAIL(sb, bh)->hash_chain);
/asus-wl-520gu-7.0.1.45/src/router/jpeg-6b/
H A Dansi2knr.c513 char **key = words; local
517 while ( (kp = *key) != 0 )
520 key++;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Dneighbour.h128 u8 key[0]; member in struct:pneigh_entry
197 extern struct pneigh_entry *pneigh_lookup(struct neigh_table *tbl, const void *key, struct net_device *dev, int creat);
198 extern int pneigh_delete(struct neigh_table *tbl, const void *key, struct net_device *dev);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Dneighbour.h128 u8 key[0]; member in struct:pneigh_entry
197 extern struct pneigh_entry *pneigh_lookup(struct neigh_table *tbl, const void *key, struct net_device *dev, int creat);
198 extern int pneigh_delete(struct neigh_table *tbl, const void *key, struct net_device *dev);
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/reiserfs/
H A Dnamei.c34 // this is not name found, but matched third key component
87 /* store key of the found entry */
96 /* We assign a key to each directory item, and place multiple entries
97 in a single directory item. A directory item has a key equal to the
98 key of the first directory entry in it.
108 int search_by_entry_key (struct super_block * sb, const struct cpu_key * key, argument
113 retval = search_item (sb, key, path);
139 COMP_SHORT_KEYS (&(de->de_ih->ih_key), key)) {
142 "does not belong to the same directory as key %K", de->de_ih, key);
207 linear_search_in_dir_item(struct cpu_key * key, struct reiserfs_dir_entry * de, const char * name, int namelen) argument
967 set_ino_in_dir_entry(struct reiserfs_dir_entry * de, struct key * key) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppoecd/
H A Dpppoe.h239 char key[32]; member in struct:pppoe_con
245 struct pppoe_con *get_con(int len, char *key);
247 struct pppoe_con *delete_con(unsigned long len, char *key);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Dip_gre.c118 /* Fallback tunnel: no source, no destination, no key, no options */
140 We require exact key match i.e. if a key is present in packet
141 it will match only tunnel with the same key; if it is not present,
160 /* Given src, dst and key, find approriate for input tunnel. */
162 static struct ip_tunnel * ipgre_tunnel_lookup(u32 remote, u32 local, u32 key) argument
165 unsigned h1 = HASH(key);
170 if (t->parms.i_key == key && (t->dev->flags&IFF_UP))
176 if (t->parms.i_key == key && (t->dev->flags&IFF_UP))
183 if (t->parms.i_key == key
200 u32 key = t->parms.i_key; local
242 u32 key = parms->i_key; local
565 u32 key = 0; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/lib/
H A Dmessages.c123 Form a static tdb key from a pid.
128 static char key[20]; local
131 slprintf(key, sizeof(key)-1, "PID/%d", (int)pid);
133 kbuf.dptr = (char *)key;
134 kbuf.dsize = strlen(key)+1;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv6/
H A Dip6_fib.c246 struct rt6key *key; local
258 key = (struct rt6key *)((u8 *)fn->leaf + offset);
264 !addr_match(&key->addr, addr, fn->fn_bit))
333 bit = addr_diff(addr, &key->addr, addrlen);
412 if (addr_bit_set(&key->addr, plen))
612 int offset; /* key offset on rt6_info */
613 struct in6_addr *addr; /* search key */
661 struct rt6key *key; local
663 key = (struct rt6key *) ((u8 *) fn->leaf +
666 if (addr_match(&key
712 struct rt6key *key = (struct rt6key *)((u8 *)fn->leaf + offset); local
[all...]

Completed in 128 milliseconds

<<11121314151617181920>>