Searched refs:ntohl (Results 76 - 100 of 561) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/megatron/
H A Dmacbin.c368 bin.forklen[ DATA ] = ntohl( fh->forklen[ DATA ] );
370 bin.forklen[ RESOURCE ] = ntohl( fh->forklen[ RESOURCE ] );
399 flags_long = ntohl( flags_long );
459 bin.forklen[ DATA ] = ntohl( fh->forklen[ DATA ] );
460 bin.forklen[ RESOURCE ] = ntohl( fh->forklen[ RESOURCE ] );
480 flags_long = ntohl( flags_long );
584 cc = ntohl(cc);
588 cc = ntohl(cc);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dxt_u32.c43 val = ntohl(n);
71 val = ntohl(n);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rxrpc/
H A Dar-skbuff.c62 _debug("hard ACK #%u", ntohl(sp->hdr.seq));
70 seq = ntohl(sp->hdr.seq);
H A Dar-input.c332 serial = ntohl(sp->hdr.serial);
354 abort_code = ntohl(_abort_code);
389 seq = ntohl(sp->hdr.seq);
483 sp->hdr.seq = htonl(ntohl(sp->hdr.seq) + 1);
484 sp->hdr.serial = htonl(ntohl(sp->hdr.serial) + 1);
488 _proto("Rx DATA Jumbo %%%u", ntohl(sp->hdr.serial) - 1);
533 call = conn->channels[ntohl(sp->hdr.cid) & RXRPC_CHANNELMASK];
717 ntohl(ip_hdr(skb)->saddr), ntohs(udp_hdr(skb)->source));
728 ntohl(sp->hdr.epoch),
729 ntohl(s
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udhcpd/
H A Dleases.c112 addr = ntohl(server_config.start); /* addr is in host order here */
113 for (;addr <= ntohl(server_config.end); addr++) {
H A Dfiles.c271 if (ntohl(lease.yiaddr) >= ntohl(server_config.start)
272 && ntohl(lease.yiaddr) <= ntohl(server_config.end) ){
273 lease.expires = ntohl(lease.expires);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/lib/
H A Dipx_ntop.c33 if (do_digit(str + pos, ntohl(addr->ipx_net), i, &pos, len))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dfragment.h199 #define ntoh_fragment_header_type(x) ntohl(x)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/
H A Dcidr.c68 res[i] = ntohl(addr[i]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rds/
H A Dtransport.c79 if (IN_LOOPBACK(ntohl(addr)))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/basic/
H A Dfixdep.c118 #define INT_CONF ntohl(0x434f4e46)
119 #define INT_ONFI ntohl(0x4f4e4649)
120 #define INT_NFIG ntohl(0x4e464947)
121 #define INT_FIG_ ntohl(0x4649475f)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/udhcp/
H A Ddumpleases.c49 expires = ntohl(lease.expires);
H A Dserverpacket.c130 && ntohl(req_align) >= server_config.start_ip
131 && ntohl(req_align) <= server_config.end_ip
159 lease_time_align = ntohl(lease_time_align);
215 lease_time_align = ntohl(lease_time_align);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/lockd/
H A Dsvc4proc.c94 dprintk("lockd: TEST4 status %d\n", ntohl(resp->status));
125 dprintk("lockd: LOCK status %d\n", ntohl(resp->status));
156 dprintk("lockd: CANCEL status %d\n", ntohl(resp->status));
189 dprintk("lockd: UNLOCK status %d\n", ntohl(resp->status));
207 dprintk("lockd: GRANTED status %d\n", ntohl(resp->status));
328 dprintk("lockd: SHARE status %d\n", ntohl(resp->status));
361 dprintk("lockd: UNSHARE status %d\n", ntohl(resp->status));
H A Dsvcproc.c124 ntohl(resp->status), rqstp->rq_vers);
155 dprintk("lockd: LOCK status %d\n", ntohl(resp->status));
186 dprintk("lockd: CANCEL status %d\n", ntohl(resp->status));
219 dprintk("lockd: UNLOCK status %d\n", ntohl(resp->status));
237 dprintk("lockd: GRANTED status %d\n", ntohl(resp->status));
360 dprintk("lockd: SHARE status %d\n", ntohl(resp->status));
393 dprintk("lockd: UNSHARE status %d\n", ntohl(resp->status));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Ddirectory.c102 if(ntohl(did )== afp_getbandsdid())
108 if(ntohl(did )== afp_getbandsdid())
115 if(ntohl(did )== afp_getbandsdid())
382 ret->m_name, ntohl(dir->d_did), t, ntohl(fileid));
604 LOG(log_debug, logtype_afpd, "dirlookup(did: %u): START", ntohl(did));
629 ntohl(did), cfrombstr(ret->d_fullpath), strerror(errno));
634 LOG(log_debug, logtype_afpd, "dirlookup(did: %u): calling dir_remove", ntohl(did));
656 LOG(log_debug, logtype_afpd, "dirlookup(did: %u): querying CNID database", ntohl(did));
675 ntohl(di
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/tagutils/
H A Dtagutils-aac.c41 size = ntohl(size);
93 current_size = ntohl(current_size);
299 sample_size = ntohl(sample_size);
300 samples = ntohl(samples);
350 psong->bitrate = ntohl(bitrate);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/radvd/
H A Dprocess.c252 (ntohl(radvert->nd_ra_reachable) != iface->AdvReachableTime))
259 (ntohl(radvert->nd_ra_retransmit) != iface->AdvRetransTimer))
312 if (iface->AdvLinkMTU && (ntohl(mtu->nd_opt_mtu_mtu) != iface->AdvLinkMTU))
320 preferred = ntohl(pinfo->nd_opt_pi_preferred_time);
321 valid = ntohl(pinfo->nd_opt_pi_valid_time);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dblocklist.c221 needle = ntohl( addr->addr.addr4.s_addr );
259 range->begin = ntohl( addr.addr.addr4.s_addr );
264 range->end = ntohl( addr.addr.addr4.s_addr );
291 range->begin = ntohl( addr.addr.addr4.s_addr );
296 range->end = ntohl( addr.addr.addr4.s_addr );
/netgear-R7000-V1.0.7.12_1.2.5/src/router/radvd/
H A Dprocess.c252 (ntohl(radvert->nd_ra_reachable) != iface->AdvReachableTime))
259 (ntohl(radvert->nd_ra_retransmit) != iface->AdvRetransTimer))
312 if (iface->AdvLinkMTU && (ntohl(mtu->nd_opt_mtu_mtu) != iface->AdvLinkMTU))
320 preferred = ntohl(pinfo->nd_opt_pi_preferred_time);
321 valid = ntohl(pinfo->nd_opt_pi_valid_time);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dslhc.c375 if((deltaA = ntohl(th->ack_seq) - ntohl(oth->ack_seq)) != 0L){
381 if((deltaS = ntohl(th->seq) - ntohl(oth->seq)) != 0L){
542 thp->ack_seq = htonl( ntohl(thp->ack_seq) + i);
543 thp->seq = htonl( ntohl(thp->seq) + i);
548 thp->seq = htonl( ntohl(thp->seq) +
571 thp->ack_seq = htonl( ntohl(thp->ack_seq) + x);
577 thp->seq = htonl( ntohl(thp->seq) + x);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/udhcpd/
H A Dserverpacket.c289 ntohl(req_align) >= ntohl(server_config.start) &&
290 ntohl(req_align) <= ntohl(server_config.end) &&
293 //!check_ip(ntohl(req_align)) &&
324 lease_time_align = ntohl(lease_time_align);
400 lease_time_align = ntohl(lease_time_align);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/dccp/
H A Doptions.c162 dreq->dreq_timestamp_echo = ntohl(opt_val);
166 dp->dccps_timestamp_echo = ntohl(opt_val);
170 dccp_role(sk), ntohl(opt_val),
179 opt_recv->dccpor_timestamp_echo = ntohl(opt_val);
200 elapsed_time = ntohl(opt_val);
218 elapsed_time = ntohl(opt_val);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/netfilter/
H A Dipt_LOG.c125 ntohl(th->seq), ntohl(th->ack_seq));
129 printk("RES=0x%02x ", (u8)(ntohl(tcp_flag_word(th) & TCP_RESERVED_BITS) >> 22));
262 ntohl(ich->un.gateway) >> 24);
307 printk("SPI=0x%x ", ntohl(ah->spi));
330 printk("SPI=0x%x ", ntohl(eh->spi));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/afs/
H A Dvnode.c322 server, ntohl(server->addr.s_addr));
385 _debug("USING SERVER: %08x\n", ntohl(server->addr.s_addr));
441 _debug("USING SERVER: %08x\n", ntohl(server->addr.s_addr));
497 _debug("USING SERVER: %08x\n", ntohl(server->addr.s_addr));
559 _debug("USING SERVER: %08x\n", ntohl(server->addr.s_addr));
623 _debug("USING SERVER: %08x\n", ntohl(server->addr.s_addr));
693 _debug("USING SERVER: %08x\n", ntohl(server->addr.s_addr));
759 _debug("USING SERVER: %08x\n", ntohl(server->addr.s_addr));
812 _debug("USING SERVER: %08x\n", ntohl(server->addr.s_addr));
859 _debug("USING SERVER: %08x\n", ntohl(serve
[all...]

Completed in 199 milliseconds

1234567891011>>