Searched refs:ntohl (Results 26 - 50 of 453) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/bin/megatron/
H A Dmegatron.h71 #define MAC_DATE_TO_UNIX(a) (ntohl(a) - 2082844800U)
73 #define AD_DATE_FROM_MAC(a) (htonl(ntohl(a) - 3029529600U))
74 #define AD_DATE_TO_MAC(a) (htonl(ntohl(a) + 3029529600U))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/cnid/cdb/
H A Dcnid_cdb_get.c41 ntohl(did), name, db_strerror(rc));
50 ntohl(did), name, ntohl(id));
H A Dcnid_cdb_lookup.c43 type = ntohl(type);
67 type_devino = ntohl(type_devino);
85 type_didname = ntohl(type_didname);
135 LOG(log_debug9, logtype_default, "cnid_lookup: Looked up did %u, name %s, as %u (needed update)", ntohl(did), name, ntohl(id));
H A Dcnid_cdb_update.c50 ntohl(did), name, db_strerror(rc));
57 ntohl(id), db_strerror(rc));
73 ntohl(did), name, db_strerror(rc));
80 ntohl(id), db_strerror(rc));
99 notfound, ntohl(id), name, db_strerror(rc));
H A Dcnid_cdb_rebuild_add.c56 id = ntohl(id);
57 id1 = ntohl(hint);
97 LOG(log_debug9, logtype_default, "cnid_add: Looked up did %u, name %s as %u", ntohl(did), name, ntohl(id));
123 name, ntohl(hint), db_strerror(rc));
134 LOG(log_debug9, logtype_default, "cnid_add: Returned CNID for did %u, name %s as %u", ntohl(did), name, ntohl(hint));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/cnid/cdb/
H A Dcnid_cdb_lookup.c43 type = ntohl(type);
67 type_devino = ntohl(type_devino);
85 type_didname = ntohl(type_didname);
135 LOG(log_debug9, logtype_default, "cnid_lookup: Looked up did %u, name %s, as %u (needed update)", ntohl(did), name, ntohl(id));
H A Dcnid_cdb_update.c50 ntohl(did), name, db_strerror(rc));
57 ntohl(id), db_strerror(rc));
73 ntohl(did), name, db_strerror(rc));
80 ntohl(id), db_strerror(rc));
99 notfound, ntohl(id), name, db_strerror(rc));
H A Dcnid_cdb_rebuild_add.c56 id = ntohl(id);
57 id1 = ntohl(hint);
97 LOG(log_debug9, logtype_default, "cnid_add: Looked up did %u, name %s as %u", ntohl(did), name, ntohl(id));
123 name, ntohl(hint), db_strerror(rc));
134 LOG(log_debug9, logtype_default, "cnid_add: Returned CNID for did %u, name %s as %u", ntohl(did), name, ntohl(hint));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dnf_nat_helper.c189 adjust_tcp_sequence(ntohl(tcph->seq),
284 if (after(ntohl(sack->start_seq) - natseq->offset_before,
286 new_start_seq = htonl(ntohl(sack->start_seq)
289 new_start_seq = htonl(ntohl(sack->start_seq)
292 if (after(ntohl(sack->end_seq) - natseq->offset_before,
294 new_end_seq = htonl(ntohl(sack->end_seq)
297 new_end_seq = htonl(ntohl(sack->end_seq)
301 ntohl(sack->start_seq), new_start_seq,
302 ntohl(sack->end_seq), new_end_seq);
381 if (after(ntohl(tcp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Ddircache.c314 AFP_ASSERT(ntohl(cnid) >= CNID_START);
325 ntohl(cnid), cfrombstr(cdir->d_u_name));
333 ntohl(cnid), cfrombstr(cdir->d_fullpath));
340 ntohl(cnid), cfrombstr(cdir->d_u_name));
346 ntohl(cnid), cfrombstr(cdir->d_fullpath));
349 LOG(log_debug, logtype_afpd, "dircache(cnid:%u): {not in cache}", ntohl(cnid));
389 ntohl(dir->d_did), name);
403 ntohl(dir->d_did), name, cfrombstr(cdir->d_fullpath));
412 ntohl(dir->d_did), name);
418 ntohl(di
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Ddircache.c314 AFP_ASSERT(ntohl(cnid) >= CNID_START);
325 ntohl(cnid), cfrombstr(cdir->d_u_name));
333 ntohl(cnid), cfrombstr(cdir->d_fullpath));
340 ntohl(cnid), cfrombstr(cdir->d_u_name));
346 ntohl(cnid), cfrombstr(cdir->d_fullpath));
349 LOG(log_debug, logtype_afpd, "dircache(cnid:%u): {not in cache}", ntohl(cnid));
389 ntohl(dir->d_did), name);
403 ntohl(dir->d_did), name, cfrombstr(cdir->d_fullpath));
412 ntohl(dir->d_did), name);
418 ntohl(di
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/netfilter/
H A Dip6t_ah.c73 DEBUGP("SPI %u %08X\n", ntohl(ah->spi), ntohl(ah->spi));
77 ntohl(ah->spi),
91 ntohl(ah->spi),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/xfrm/
H A Dxfrm_hash.h9 return ntohl(addr->a4);
14 return ntohl(addr->a6[2] ^ addr->a6[3]);
19 return ntohl(daddr->a4 ^ saddr->a4);
24 return ntohl(daddr->a6[2] ^ daddr->a6[3] ^
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/
H A Dnfs3xdr.c117 if ((fh->size = ntohl(*p++)) <= NFS3_FHSIZE) {
138 timep->tv_sec = ntohl(*p++);
139 timep->tv_nsec = ntohl(*p++);
149 type = ntohl(*p++);
154 fattr->mode = (ntohl(*p++) & ~S_IFMT) | fmode;
155 fattr->nlink = ntohl(*p++);
156 fattr->uid = ntohl(*p++);
157 fattr->gid = ntohl(*p++);
162 major = ntohl(*p++);
163 minor = ntohl(*
[all...]
H A Dnfs2xdr.c113 timep->tv_sec = ntohl(*p++);
115 timep->tv_nsec = ntohl(*p++) * 1000;
123 fattr->type = (enum nfs_ftype) ntohl(*p++);
124 fattr->mode = ntohl(*p++);
125 fattr->nlink = ntohl(*p++);
126 fattr->uid = ntohl(*p++);
127 fattr->gid = ntohl(*p++);
128 fattr->size = ntohl(*p++);
129 fattr->du.nfs2.blocksize = ntohl(*p++);
130 rdev = ntohl(*
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/cnid_dbd/
H A Ddbd_rebuild_add.c62 cur = ntohl(tmp);
63 id = ntohl(rqst->cnid);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/
H A Drpm2cpio.c45 header.entries = ntohl(header.entries);
46 header.size = ntohl(header.size);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/byteorder/
H A Dgeneric.h49 * ntohl(__u32 x)
58 * unsigned long inline ntohl(x){return ___ntohl(x);}
134 #undef ntohl macro
145 #define ntohl(x) ___ntohl(x) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/dsi/
H A Ddsi_write.c43 header = ntohl(dsi->header.dsi_code);
44 dsi->datasize = header ? ntohl(dsi->header.dsi_len) - header : 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/dsi/
H A Ddsi_write.c43 header = ntohl(dsi->header.dsi_code);
44 dsi->datasize = header ? ntohl(dsi->header.dsi_len) - header : 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/lockd/
H A Dxdr.c50 len = ntohl(*p++);
86 if ((len = ntohl(*p++)) != NFS2_FHSIZE) {
133 lock->svid = ntohl(*p++);
140 start = ntohl(*p++);
141 len = ntohl(*p++);
231 exclusive = ntohl(*p++);
255 argp->block = ntohl(*p++);
256 exclusive = ntohl(*p++);
261 argp->reclaim = ntohl(*p++);
262 argp->state = ntohl(*
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/drivers/
H A Dcow_user.c295 else if(magic == ntohl(COW_MAGIC)){
296 version = ntohl(header->v1.version);
322 *mtime_out = ntohl(header->v2.mtime);
324 *sectorsize_out = ntohl(header->v2.sectorsize);
336 *mtime_out = ntohl(header->v3.mtime);
338 *sectorsize_out = ntohl(header->v3.sectorsize);
339 *align_out = ntohl(header->v3.alignment);
360 * Additionally, we must use ntohl() instead of ntohll(), since
365 *mtime_out = (time32_t) ntohl(header->v3_b.mtime);
368 *sectorsize_out = ntohl(heade
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/tipc/
H A Dconfig.c145 ntohl(args->detect_scope),
146 ntohl(args->priority)))
170 addr = ntohl(*(__be32 *)TLV_DATA(req_tlv_area));
204 value = ntohl(*(__be32 *)TLV_DATA(req_tlv_area));
216 value = ntohl(*(__be32 *)TLV_DATA(req_tlv_area));
231 value = ntohl(*(__be32 *)TLV_DATA(req_tlv_area));
245 value = ntohl(*(__be32 *)TLV_DATA(req_tlv_area));
264 value = ntohl(*(__be32 *)TLV_DATA(req_tlv_area));
283 value = ntohl(*(__be32 *)TLV_DATA(req_tlv_area));
296 value = ntohl(*(__be3
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/IGMP-PROXY/src/include/
H A Digmprt.h87 ((ntohl((x).s_addr) != INADDR_ALLRTRS_GROUP) && (ntohl((x).s_addr) != INADDR_ALLRTRS_IGMPV3_GROUP) && (ntohl((x).s_addr) != INADDR_ALLHOSTS_GROUP) && (ntohl((x).s_addr) != (ntohl(inet_addr("224.0.0.4")))) && (ntohl((x).s_addr) != (ntohl(inet_addr("224.0.0.9" )))))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/afs/
H A Dvlclient.c82 entry->name[loop] = ntohl(*bp++);
87 entry->nservers = ntohl(*bp++);
95 tmp = ntohl(*bp++);
105 entry->vid[0] = ntohl(*bp++);
106 entry->vid[1] = ntohl(*bp++);
107 entry->vid[2] = ntohl(*bp++);
111 tmp = ntohl(*bp++); /* flags */

Completed in 309 milliseconds

1234567891011>>