Searched refs:xid (Results 1 - 25 of 129) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/udhcpd/
H A Dclientpacket.h5 int send_discover(unsigned long xid, unsigned long requested);
6 int send_selecting(unsigned long xid, unsigned long server, unsigned long requested);
7 int send_renew(unsigned long xid, unsigned long server, unsigned long ciaddr);
8 int send_renew(unsigned long xid, unsigned long server, unsigned long ciaddr);
10 int send_decline(unsigned long xid, unsigned long server, unsigned long ciaddr);/*foxconn wklin added, 08/07/2007 */
H A Dclientpacket.c51 /* Create a random xid */
112 int send_discover(unsigned long xid, unsigned long requested) argument
117 packet.xid = xid;
128 int send_selecting(unsigned long xid, unsigned long server, unsigned long requested) argument
134 packet.xid = xid;
148 int send_renew(unsigned long xid, unsigned long server, unsigned long ciaddr) argument
154 packet.xid = xid;
185 send_decline(unsigned long xid, unsigned long server, unsigned long ciaddr) argument
[all...]
H A Ddhcpc.c279 unsigned long t1 = 0, t2 = 0, xid = 0; local
470 xid = random_xid();
473 send_discover(xid, requested_ip); /* broadcast */
515 send_discover(xid, requested_ip); /* broadcast */
548 send_renew(xid, server_addr, requested_ip); /* unicast */
549 else send_selecting(xid, server_addr, requested_ip); /* broadcast */
577 send_renew(xid, server_addr, requested_ip); /* unicast */
595 send_renew(xid, 0, requested_ip); /* broadcast */
624 /* if (packet.xid != xid) { */
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udhcpd/
H A Dclientpacket.h5 int send_discover(unsigned long xid, unsigned long requested);
6 int send_selecting(unsigned long xid, unsigned long server, unsigned long requested);
7 int send_renew(unsigned long xid, unsigned long server, unsigned long ciaddr);
8 int send_renew(unsigned long xid, unsigned long server, unsigned long ciaddr);
H A Dclientpacket.c51 /* Create a random xid */
108 int send_discover(unsigned long xid, unsigned long requested) argument
113 packet.xid = xid;
124 int send_selecting(unsigned long xid, unsigned long server, unsigned long requested) argument
130 packet.xid = xid;
144 int send_renew(unsigned long xid, unsigned long server, unsigned long ciaddr) argument
150 packet.xid = xid;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/xa/
H A Dxa_map.c61 __db_xid_to_txn(env, xid, offp)
63 XID *xid;
68 return (__txn_map_gid(env, (u_int8_t *)xid->data, &td, offp));
119 __db_map_xid(env, xid, td)
121 XID *xid;
125 memcpy(td->xid, xid->data, XIDDATASIZE);
126 td->bqual = (u_int32_t)xid->bqual_length;
127 td->gtrid = (u_int32_t)xid->gtrid_length;
128 td->format = (int32_t)xid
[all...]
H A Dxa.c338 __db_xa_start(xid, rmid, arg_flags)
339 XID *xid;
365 is_known = __db_xid_to_txn(env, xid, &off) == 0;
399 (void)__db_map_xid(env, xid, txnp->td);
411 __db_xa_end(xid, rmid, flags)
412 XID *xid;
427 if (__db_xid_to_txn(env, xid, &off) != 0)
468 __db_xa_prepare(xid, rmid, arg_flags)
469 XID *xid;
495 if (__db_xid_to_txn(env, xid,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dcifsproto.h53 cFYI(1, "CIFS VFS: leaving %s (xid = %d) rc = %d", \
63 extern int SendReceive(const unsigned int /* xid */ , struct cifsSesInfo *,
67 extern int SendReceiveNoRsp(const unsigned int xid, struct cifsSesInfo *ses,
69 extern int SendReceive2(const unsigned int /* xid */ , struct cifsSesInfo *,
72 extern int SendReceiveBlockingLock(const unsigned int xid,
100 extern int CIFS_SessSetup(unsigned int xid, struct cifsSesInfo *ses,
115 __u32 *poplock, __u16 *pnetfid, int xid);
128 struct super_block *sb, int xid, const __u16 *pfid);
132 struct super_block *sb, int xid);
145 extern int cifs_negotiate_protocol(unsigned int xid,
[all...]
H A Dlink.c37 int xid; local
44 xid = GetXid();
61 rc = CIFSUnixCreateHardLink(xid, pTcon, fromName, toName,
66 rc = CIFSCreateHardLink(xid, pTcon, fromName, toName,
103 FreeXid(xid);
112 int xid; local
118 xid = GetXid();
144 rc = CIFSSMBUnixQuerySymLink(xid, tcon, full_path, &target_path,
153 FreeXid(xid);
162 int xid; local
[all...]
H A Dxattr.c48 int xid; local
61 xid = GetXid();
69 FreeXid(xid);
87 rc = CIFSSMBSetEA(xid, pTcon, full_path, ea_name, NULL,
93 FreeXid(xid);
103 int xid; local
116 xid = GetXid();
124 FreeXid(xid);
136 FreeXid(xid);
149 rc = CIFSSMBSetEA(xid, pTco
210 int xid; local
334 int xid; local
[all...]
H A Dioctl.c37 int xid; local
47 xid = GetXid();
59 FreeXid(xid);
79 rc = CIFSGetExtAttr(xid, tcon, pSMBFile->netfid,
96 /* rc= CIFSGetExtAttr(xid,tcon,pSMBFile->netfid,
107 FreeXid(xid);
H A Dinode.c286 int xid; local
294 xid = GetXid();
295 rc = CIFSSMBUnixQFileInfo(xid, tcon, cfile->netfid, &find_data);
304 FreeXid(xid);
310 struct super_block *sb, int xid)
322 rc = CIFSSMBUnixQPathInfo(xid, tcon, full_path, &find_data,
351 struct cifs_sb_info *cifs_sb, int xid)
375 rc = CIFSSMBOpen(xid, pTcon, path, FILE_OPEN, GENERIC_READ,
383 rc = CIFSSMBRead(xid, pTcon, netfid,
425 CIFSSMBClose(xid, pTco
308 cifs_get_inode_info_unix(struct inode **pinode, const unsigned char *full_path, struct super_block *sb, int xid) argument
350 cifs_sfu_type(struct cifs_fattr *fattr, const unsigned char *path, struct cifs_sb_info *cifs_sb, int xid) argument
432 cifs_sfu_mode(struct cifs_fattr *fattr, const unsigned char *path, struct cifs_sb_info *cifs_sb, int xid) argument
508 int xid; local
541 cifs_get_inode_info(struct inode **pinode, const unsigned char *full_path, FILE_ALL_INFO *pfindData, struct super_block *sb, int xid, const __u16 *pfid) argument
810 int xid; local
861 cifs_set_file_info(struct inode *inode, struct iattr *attrs, int xid, char *full_path, __u32 dosattr) argument
970 cifs_rename_pending_delete(char *full_path, struct dentry *dentry, int xid) argument
1075 int xid; local
1171 int xid; local
1353 int xid; local
1401 cifs_do_rename(int xid, struct dentry *from_dentry, const char *fromPath, struct dentry *to_dentry, const char *toPath) argument
1453 int xid, rc, tmprc; local
1602 int xid; local
1685 cifs_set_file_size(struct inode *inode, struct iattr *attrs, int xid, char *full_path) argument
1765 int xid; local
1898 int xid; local
[all...]
H A Dfile.c167 char *full_path, int xid)
203 xid);
206 xid, NULL);
221 int xid; local
233 xid = GetXid();
263 oflags, &oplock, &netfid, xid);
272 CIFSSMBClose(xid, tcon, netfid);
280 CIFSSMBClose(xid, tcon, netfid);
347 rc = CIFSSMBOpen(xid, tcon, full_path, disposition,
356 rc = SMBLegacyOpen(xid, tco
165 cifs_open_inode_helper(struct inode *inode, struct cifsTconInfo *pTcon, int *oplock, FILE_ALL_INFO *buf, char *full_path, int xid) argument
420 int xid; local
568 int xid, timeout; local
645 int xid; local
708 int rc, xid; local
955 int xid, long_op; local
1057 int xid, long_op; local
1358 int xid, long_op; local
1568 int xid; local
1616 int xid; local
1651 int xid; local
1738 int xid; local
1820 int xid; local
1883 int rc, xid; local
1950 int xid; local
2144 int xid; local
[all...]
H A Ddir.c186 __u32 *poplock, __u16 *pnetfid, int xid)
227 rc = CIFSPOSIXCreate(xid, cifs_sb->tcon, posix_flags, mode,
277 int xid; local
297 xid = GetXid();
320 inode->i_sb, mode, oflags, &oplock, &fileHandle, xid);
376 rc = CIFSSMBOpen(xid, tcon, full_path, disposition,
385 rc = SMBLegacyOpen(xid, tcon, full_path, disposition,
416 CIFSSMBUnixSetPathInfo(xid, tcon, full_path, &args,
423 /* CIFSSMBWinSetPerms(xid,tcon,path,mode,-1,-1,nls);*/
432 inode->i_sb, xid);
184 cifs_posix_open(char *full_path, struct inode **pinode, struct super_block *sb, int mode, int oflags, __u32 *poplock, __u16 *pnetfid, int xid) argument
489 int xid; local
611 int xid; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/nsswitch/
H A Didmap_util.c40 map.xid.type = ID_TYPE_UID;
41 map.xid.id = uid;
74 map.xid.type = ID_TYPE_GID;
75 map.xid.id = gid;
108 map.xid.type = ID_TYPE_UID;
120 if ((map.status != ID_MAPPED) || (map.xid.type != ID_TYPE_UID)) {
124 map.xid.type,
125 map.xid.id));
129 *uid = map.xid.id;
148 map.xid
[all...]
H A Didmap_passdb.c55 switch (ids[i]->xid.type) {
57 if (pdb_uid_to_sid((uid_t)ids[i]->xid.id, ids[i]->sid)) {
62 if (pdb_gid_to_sid((gid_t)ids[i]->xid.id, ids[i]->sid)) {
93 ids[i]->xid.id = id.uid;
94 ids[i]->xid.type = ID_TYPE_UID;
101 ids[i]->xid.id = id.gid;
102 ids[i]->xid.type = ID_TYPE_GID;
H A Didmap_nss.c65 switch (ids[i]->xid.type) {
67 pw = getpwuid((uid_t)ids[i]->xid.id);
76 gr = getgrgid((gid_t)ids[i]->xid.id);
105 if (ids[i]->xid.type == ID_TYPE_UID) {
113 if (ids[i]->xid.type == ID_TYPE_GID) {
176 ids[i]->xid.id = pw->pw_uid;
177 ids[i]->xid.type = ID_TYPE_UID;
188 ids[i]->xid.id = gr->gr_gid;
189 ids[i]->xid.type = ID_TYPE_GID;
H A Didmap_rid.c114 if ((map->xid.id < ctx->low_id) || (map->xid.id > ctx->high_id)) {
116 map->xid.id, ctx->low_id, ctx->high_id));
124 sid_compose(map->sid, &domain->sid, map->xid.id - ctx->low_id + ctx->base_rid);
144 map->xid.id = rid - ctx->base_rid + ctx->low_id;
148 if ((map->xid.id < ctx->low_id) || (map->xid.id > ctx->high_id)) {
150 map->xid.id, ctx->low_id, ctx->high_id));
198 DEBUG(3, ("Unexpected error resolving an ID (%d)\n", ids[i]->xid.id));
H A Didmap_tdb.c435 static NTSTATUS idmap_tdb_allocate_id(struct unixid *xid) argument
444 switch (xid->type) {
459 DEBUG(2, ("Invalid ID type (0x%x)\n", xid->type));
488 xid->id = hwm;
498 static NTSTATUS idmap_tdb_get_hwm(struct unixid *xid) argument
506 switch (xid->type) {
528 xid->id = hwm;
543 static NTSTATUS idmap_tdb_set_hwm(struct unixid *xid) argument
551 switch (xid->type) {
569 hwm = xid
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/udhcp/
H A Ddhcpc.h42 int send_discover(uint32_t xid, uint32_t requested);
43 int send_selecting(uint32_t xid, uint32_t server, uint32_t requested);
44 int send_renew(uint32_t xid, uint32_t server, uint32_t ciaddr);
45 int send_renew(uint32_t xid, uint32_t server, uint32_t ciaddr);
H A Ddhcprelay.c19 #define MAX_LIFETIME 2*60 /* lifetime of an xid entry in sec. */
25 uint32_t xid; member in struct:xid_item
33 static struct xid_item *xid_add(uint32_t xid, struct sockaddr_in *ip, int client) argument
37 /* create new xid entry */
40 /* add xid entry */
42 item->xid = xid;
69 static struct xid_item *xid_find(uint32_t xid) argument
73 if (item->xid == xid) {
81 xid_del(uint32_t xid) argument
[all...]
H A Dclientpacket.c28 /* Create a random xid */
75 int send_discover(uint32_t xid, uint32_t requested) argument
80 packet.xid = xid;
92 int send_selecting(uint32_t xid, uint32_t server, uint32_t requested) argument
98 packet.xid = xid;
112 int send_renew(uint32_t xid, uint32_t server, uint32_t ciaddr) argument
117 packet.xid = xid;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/helpers/
H A Drpc.c47 uint32_t xid; member in struct:rpc_info
235 pr_debug("RPC CALL: processed: xid %u, prog %u, vers %u, prot %u\n",
236 rpc_info->xid, rpc_info->pm_prog,
319 pr_debug("RPC REPL: processed: xid %u, prog %u, vers %u, "
321 rpc_info->xid, rpc_info->pm_prog, rpc_info->pm_vers,
332 uint32_t *data, *port_ptr = NULL, xid; local
369 * xid
378 /* Check minimal msg size: xid + direction */
384 xid = IXDR_GET_INT32(data);
398 rpc_info->xid
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DTransactionStats.java89 private byte[] xid; field in class:TransactionStats.Active
91 return xid;
113 + "\n xid=" + DbUtil.byteArrayToString(xid)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Ddlm_netlink.h29 __u64 xid; member in struct:dlm_lock_data

Completed in 250 milliseconds

123456