Searched refs:ntohl (Results 51 - 75 of 561) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netlabel/
H A Dnetlabel_addrlist.c178 ntohl(entry->mask) > ntohl(iter->mask)) {
329 u32 mask_val = ntohl(mask);
369 if (ntohl(mask->s6_addr32[3]) != 0xffffffff) {
373 while (ntohl(mask->s6_addr32[++iter]) == 0xffffffff)
375 mask_val = ntohl(mask->s6_addr32[iter]);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udhcpd/
H A Dserverpacket.c133 ntohl(req_align) >= ntohl(server_config.start) &&
134 ntohl(req_align) <= ntohl(server_config.end) &&
163 lease_time_align = ntohl(lease_time_align);
213 lease_time_align = ntohl(lease_time_align);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rxrpc/
H A Drxkad.c172 check = ntohl(sp->hdr.seq ^ sp->hdr.callNumber);
218 check = ntohl(sp->hdr.seq ^ sp->hdr.callNumber);
272 call->debug_id, key_serial(call->conn->key), ntohl(sp->hdr.seq),
298 y = ntohl(tmpbuf.x[1]);
367 buf = ntohl(sechdr.data_size);
371 check ^= ntohl(sp->hdr.seq ^ sp->hdr.callNumber);
452 buf = ntohl(sechdr.data_size);
456 check ^= ntohl(sp->hdr.seq ^ sp->hdr.callNumber);
506 ntohl(sp->hdr.seq));
533 y = ntohl(tmpbu
[all...]
H A Dar-recvmsg.c157 ntohl(sp->hdr.seq), skb->len, sp->offset);
168 ASSERTCMP(ntohl(sp->hdr.seq), >=, call->rx_data_recv);
169 ASSERTCMP(ntohl(sp->hdr.seq), <=, call->rx_data_recv + 1);
170 call->rx_data_recv = ntohl(sp->hdr.seq);
172 ASSERTCMP(ntohl(sp->hdr.seq), >, call->rx_data_eaten);
381 ASSERTCMP(ntohl(sp->hdr.seq), >=, call->rx_data_recv);
382 ASSERTCMP(ntohl(sp->hdr.seq), <=, call->rx_data_recv + 1);
383 call->rx_data_recv = ntohl(sp->hdr.seq);
385 ASSERTCMP(ntohl(sp->hdr.seq), >, call->rx_data_eaten);
H A Dar-proc.c78 ntohl(call->conn->cid),
79 ntohl(call->call_id),
161 ntohl(conn->cid),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/l2tpd-0.69/
H A Daaa.c64 addr = ntohl (addr);
77 addr = ntohl (addr);
111 for (x = ntohl (ipr->start); x <= ntohl (ipr->end); x++)
121 if ((x >= ntohl (ipr2->start))
122 && (x <= ntohl (ipr2->end)))
316 if ((ntohl (t->peer.sin_addr.s_addr) >= ntohl (ipr->start)) &&
317 (ntohl (t->peer.sin_addr.s_addr) <= ntohl (ip
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/uniconv/
H A Duniconv.c185 from_charset, to_charset, name, ntohl(cur_did));
194 from_charset, to_charset, name, ntohl(cur_did));
205 name, buffer, ntohl(id), ntohl(cur_did));
299 fprintf (stderr, "added '%s' to DID %u as %u\n", name, ntohl(did), ntohl(id));
347 fprintf( stdout, "\nchecking DIR '%s' with ID %u\n", path, ntohl(cur_did));
365 fprintf( stderr, "ERROR: cannot open DIR '%s' with ID %u\n", curpath, ntohl(cur_did));
373 fprintf( stdout, "returned to DIR '%s' with ID %u\n", path, ntohl(cur_did));
380 fprintf( stdout, "leaving DIR '%s' with ID %u\n\n", path, ntohl(cur_di
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/netfilter/
H A Dip6t_LOG.c68 (ntohl(*(__be32 *)ih) & 0x0ff00000) >> 20,
70 (ntohl(*(__be32 *)ih) & 0x000fffff));
109 printk("ID:%08x ", ntohl(fh->identification));
155 printk("SPI=0x%x ", ntohl(ah->spi));
186 printk("SPI=0x%x )", ntohl(eh->spi) );
226 ntohl(th->seq), ntohl(th->ack_seq));
230 printk("RES=0x%02x ", (u_int8_t)(ntohl(tcp_flag_word(th) & TCP_RESERVED_BITS) >> 22));
337 printk("POINTER=%08x ", ntohl(ic->icmp6_pointer));
352 printk("MTU=%u ", ntohl(i
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dnfsxdr.c96 if ((tmp = ntohl(*p++)) != (u32)-1 && tmp != 0xffff) {
100 if ((tmp = ntohl(*p++)) != (u32)-1) {
104 if ((tmp = ntohl(*p++)) != (u32)-1) {
108 if ((tmp = ntohl(*p++)) != (u32)-1) {
112 tmp = ntohl(*p++); tmp1 = ntohl(*p++);
118 tmp = ntohl(*p++); tmp1 = ntohl(*p++);
251 args->offset = ntohl(*p++);
252 len = args->count = ntohl(*
[all...]
H A Dnfs3xdr.c39 time->tv_sec = ntohl(*p++);
40 time->tv_nsec = ntohl(*p++);
49 size = ntohl(*p++);
103 iap->ia_mode = ntohl(*p++);
107 iap->ia_uid = ntohl(*p++);
111 iap->ia_gid = ntohl(*p++);
123 if ((tmp = ntohl(*p++)) == 1) { /* set to server time */
127 iap->ia_atime.tv_sec = ntohl(*p++);
128 iap->ia_atime.tv_nsec = ntohl(*p++);
130 if ((tmp = ntohl(*
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/IGMP-PROXY/src/include/
H A Digmprt.h78 ((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-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/
H A Drpm.c273 header.size = ntohl(header.size);
274 header.entries = ntohl(header.entries);
280 tmpindex->tag = ntohl(tmpindex->tag);
281 tmpindex->type = ntohl(tmpindex->type);
282 tmpindex->count = ntohl(tmpindex->count);
283 tmpindex->offset = storepos + ntohl(tmpindex->offset);
344 /*return ntohl(*tmpint);*/
346 return ntohl(*(int32_t*)tmpint);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dbinfmt_flat.c441 text_len = ntohl(hdr->data_start);
442 data_len = ntohl(hdr->data_end) - ntohl(hdr->data_start);
443 bss_len = ntohl(hdr->bss_end) - ntohl(hdr->data_end);
444 stack_len = ntohl(hdr->stack_size);
449 relocs = ntohl(hdr->reloc_count);
450 flags = ntohl(hdr->flags);
451 rev = ntohl(hdr->rev);
578 fpos = ntohl(hd
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/modules/
H A Dvjcompress.c40 #include <sys/byteorder.h> /* for ntohl, etc. */
142 u_int32_t tmp = ntohl(f) + ((cp[1] << 8) | cp[2]); \
146 u_int32_t tmp = ntohl(f) + (u_int32_t)*cp++; \
312 if ((deltaA = ntohl(th->th_ack) - ntohl(oth->th_ack)) > 0) {
319 if ((deltaS = ntohl(th->th_seq) - ntohl(oth->th_seq)) > 0) {
525 tmp = ntohl(th->th_ack) + i;
527 tmp = ntohl(th->th_seq) + i;
534 tmp = ntohl(t
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/modules/
H A Dvjcompress.c40 #include <sys/byteorder.h> /* for ntohl, etc. */
138 u_int32_t tmp = ntohl(f) + ((cp[1] << 8) | cp[2]); \
142 u_int32_t tmp = ntohl(f) + (u_int32_t)*cp++; \
308 if ((deltaA = ntohl(th->th_ack) - ntohl(oth->th_ack)) > 0) {
315 if ((deltaS = ntohl(th->th_seq) - ntohl(oth->th_seq)) > 0) {
521 tmp = ntohl(th->th_ack) + i;
523 tmp = ntohl(th->th_seq) + i;
530 tmp = ntohl(t
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/afs/
H A Dfsclient.c26 fid->vid = ntohl(*bp++);
27 fid->vnode = ntohl(*bp++);
28 fid->unique = ntohl(*bp++);
48 u32 x = ntohl(*bp++); \
53 status->if_version = ntohl(*bp++);
56 size = ntohl(*bp++);
57 data_version = ntohl(*bp++);
66 status->mtime_client = ntohl(*bp++);
67 status->mtime_server = ntohl(*bp++);
70 data_version |= (u64) ntohl(*b
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/cnid/tdb/
H A Dcnid_tdb_lookup.c37 type = ntohl(type);
65 type_devino = ntohl(type_devino);
89 type_didname = ntohl(type_didname);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/udhcpd/
H A Dreserveip.c186 //if ( ntohl(req_ip) == server_config.server ) //foxconn modified, wenchia, 2007/09/10
187 if ( ntohl(req_ip) == ntohl(server_config.server) )
197 //if ( reserved_ip == ntohl(req_ip) )
230 return ntohl(inet_addr(resrvIpAddr[i]));
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dipcalc.c21 #define CLASS_A_NETMASK ntohl(0xFF000000)
22 #define CLASS_B_NETMASK ntohl(0xFFFF0000)
23 #define CLASS_C_NETMASK ntohl(0xFFFFFF00)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/tagutils/
H A Dtagutils-aac.c56 size = ntohl(size);
108 current_size = ntohl(current_size);
304 time = ntohl(time);
310 sample_size = ntohl(sample_size);
311 samples = ntohl(samples);
365 psong->bitrate = ntohl(bitrate);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfs/
H A Dcallback_proc.c61 dprintk("%s: exit with status = %d\n", __func__, ntohl(res->status));
102 dprintk("%s: exit with status = %d\n", __func__, ntohl(res));
319 ntohl(status), ntohl(res->csr_status));
348 dprintk("%s: exit with status = %d\n", __func__, ntohl(status));
384 dprintk("%s: exit with status = %d\n", __func__, ntohl(status));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/cnid/cdb/
H A Dcnid_cdb_add.c113 id = ntohl(hint);
189 LOG(log_debug9, logtype_default, "cnid_add: Looked up did %u, name %s as %u", ntohl(did), name, ntohl(id));
233 name, ntohl(hint), db_strerror(rc));
240 LOG(log_debug9, logtype_default, "cnid_add: Returned CNID for did %u, name %s as %u", ntohl(did), name, ntohl(hint));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipx/
H A Dipx_proc.c47 seq_printf(seq, "%08lX ", (unsigned long int)ntohl(i->if_netnum));
89 seq_printf(seq, "%08lX ", (unsigned long int)ntohl(rt->ir_net));
92 (long unsigned int)ntohl(rt->ir_intrfc->if_netnum),
198 (unsigned long)ntohl(ipxs->intrfc->if_netnum),
202 seq_printf(seq, "%08lX:%04X ", (unsigned long) ntohl(ipxs->intrfc->if_netnum),
209 (unsigned long)ntohl(ipxs->dest_addr.net),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dtcpdump-stdinc.h184 #undef ntohl macro
192 #define ntohl(x) __ntohl(x) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/byteorder/
H A Dgeneric.h49 * ntohl(__u32 x)
58 * unsigned long inline ntohl(x){return ___ntohl(x);}
128 #undef ntohl macro
139 #define ntohl(x) ___ntohl(x) macro

Completed in 169 milliseconds

1234567891011>>