Searched refs:ntohl (Results 101 - 125 of 561) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/cnid/dbd/
H A Dcnid_dbd.c578 ntohl(did), name, (long long)st->st_ino, rqst.type);
589 LOG(log_debug, logtype_cnid, "cnid_dbd_add: got CNID: %u", ntohl(id));
627 LOG(log_debug, logtype_cnid, "cnid_dbd_get: DID: %u, name: '%s'", ntohl(did), name);
644 LOG(log_debug, logtype_cnid, "cnid_dbd_get: got CNID: %u", ntohl(id));
674 LOG(log_debug, logtype_cnid, "cnid_dbd_resolve: resolving CNID: %u", ntohl(*id));
699 LOG(log_debug, logtype_cnid, "cnid_dbd_resolve: resolved did: %u, name: '%s'", ntohl(*id), name);
768 ntohl(did), name, (long long)st->st_ino, rqst.type);
779 LOG(log_debug, logtype_cnid, "cnid_dbd_lookup: got CNID: %u", ntohl(id));
883 ntohl(id), name, (long long)st->st_ino, rqst.type);
941 ntohl(di
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/tc/
H A Dem_u32.c164 (unsigned int) ntohl(u_key->val),
165 (unsigned int) ntohl(u_key->mask),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dpacket_id.h66 #define ntohpid(x) ntohl(x)
72 #define ntohtime(x) ((time_t)ntohl(x))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dnsmasq-2.15/src/
H A Ddhcp.c378 unsigned int start, end, addr = ntohl(taddr.s_addr);
382 start = ntohl(context->start.s_addr);
383 end = ntohl(context->end.s_addr);
422 htonl(ntohl(context->start.s_addr) +
423 (j % (1 + ntohl(context->end.s_addr) - ntohl(context->start.s_addr))));
440 addr.s_addr = htonl(ntohl(addr.s_addr) + 1);
442 if (addr.s_addr == htonl(ntohl(context->end.s_addr) + 1))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/
H A Dparse.c203 nfct_set_attr_u32(ct, h[attr].attr, ntohl(*value));
223 ntohl(this->orig_seq_correction_pos));
225 ntohl(this->orig_seq_offset_before));
227 ntohl(this->orig_seq_offset_after));
229 ntohl(this->repl_seq_correction_pos));
231 ntohl(this->repl_seq_offset_before));
233 ntohl(this->repl_seq_offset_after));
418 nfexp_set_attr_u32(exp, exp_h[attr].exp_attr, ntohl(*value));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/test/
H A Dregress_listener.c110 tt_int_op(ntohl(sin1->sin_addr.s_addr), ==, 0x7f000001);
111 tt_int_op(ntohl(sin2->sin_addr.s_addr), ==, 0x7f000001);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dcls_flow.c73 return ntohl(ip_hdr(skb)->saddr);
77 return ntohl(ipv6_hdr(skb)->saddr.s6_addr32[3]);
89 return ntohl(ip_hdr(skb)->daddr);
93 return ntohl(ipv6_hdr(skb)->daddr.s6_addr32[3]);
234 return ntohl(CTTUPLE(skb, src.u3.ip));
236 return ntohl(CTTUPLE(skb, src.u3.ip6[3]));
246 return ntohl(CTTUPLE(skb, dst.u3.ip));
248 return ntohl(CTTUPLE(skb, dst.u3.ip6[3]));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dinterfaces.c359 r = ntohl(i1->ip.s_addr) - ntohl(i2->ip.s_addr);
361 r = ntohl(i1->netmask.s_addr) - ntohl(i2->netmask.s_addr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/maps/
H A Duclinux.c65 mapp->size = PAGE_ALIGN(ntohl(*((unsigned long *)(mapp->phys + 8))));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/dsi/
H A Ddsi_opensess.c50 dsi->attn_quantum = ntohl(dsi->attn_quantum);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/udhcpd/
H A Ddumpleases.c90 expires = ntohl(lease.expires);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/netfilter/
H A Dipt_ah.c54 ntohl(ah->spi),
H A Dnf_nat_irc.c56 ip = ntohl(exp->master->tuplehash[IP_CT_DIR_REPLY].tuple.dst.u3.ip);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dsyncookies.c179 th->source, th->dest, ntohl(th->seq),
198 __u32 seq = ntohl(th->seq) - 1;
273 __u32 cookie = ntohl(th->ack_seq) - 1;
306 treq->rcv_isn = ntohl(th->seq) - 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dsyncookies.c135 th->dest, ntohl(th->seq),
143 __u32 seq = ntohl(th->seq) - 1;
161 __u32 cookie = ntohl(th->ack_seq) - 1;
225 treq->rcv_isn = ntohl(th->seq) - 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dxt_esp.c59 return spi_match(espinfo->spis[0], espinfo->spis[1], ntohl(eh->spi),
H A Dxt_socket.c169 protocol, ntohl(saddr), ntohs(sport),
170 ntohl(daddr), ntohs(dport),
171 ntohl(iph->daddr), hp ? ntohs(hp->dest) : 0, sk);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udhcpd/
H A Ddumpleases.c90 expires = ntohl(lease.expires);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dmkjournal.c279 if ((jsb->s_header.h_magic != (unsigned) ntohl(JFS_MAGIC_NUMBER)) ||
280 (jsb->s_header.h_blocktype != (unsigned) ntohl(JFS_SUPERBLOCK_V2)))
283 if (ntohl(jsb->s_blocksize) != (unsigned long) fs->blocksize)
287 nr_users = ntohl(jsb->s_nr_users);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/include/
H A Dnetwork.h138 x->seq = ntohl(x->seq); \
141 __ack->from = ntohl(__ack->from); \
142 __ack->to = ntohl(__ack->to); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfs_common/
H A Dnfsacl.c144 entry->e_tag = ntohl(*p++) & ~NFS_ACL_DEFAULT;
145 entry->e_id = ntohl(*p++);
146 entry->e_perm = ntohl(*p++);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/ad/
H A Dad_rm.c220 SLOG("Error removing CNID %u for %s", ntohl(cnid), path);
256 SLOG("Error removing CNID %u for %s", ntohl(did), path);
302 SLOG("Error removing CNID %u for %s", ntohl(cnid), path);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/megatron/
H A Dmegatron.c211 printf("fork length[%d]: %u\n", i, ntohl(fh.forklen[i]));
253 ntohl( fh.forklen[ fork ] ));
255 if (( bufc < 0 ) || ( forkred != ntohl( fh.forklen[ fork ] ))) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/
H A Dbcrelay.c584 NVBCR_PRINTF(("IP_Packet=(tot_len=%d, id=%02x%02x, ttl=%d, prot=%s, src_ip=%d.%d.%d.%d, dst_ip=%d.%d.%d.%d) (on if: %d/%d) ", ntohs(ipp_p->ip.tot_len), (ntohs(ipp_p->ip.id))>>8, (ntohs(ipp_p->ip.id))&0x00ff, ipp_p->ip.ttl, IpProtToString(ipp_p->ip.protocol), (ntohl(ipp_p->ip.saddr))>>24, ((ntohl(ipp_p->ip.saddr))&0x00ff0000)>>16, ((ntohl(ipp_p->ip.saddr))&0x0000ff00)>>8, (ntohl(ipp_p->ip.saddr))&0x000000ff, (ntohl(ipp_p->ip.daddr))>>24, ((ntohl(ipp_p->ip.daddr))&0x00ff0000)>>16, ((ntohl(ipp_p->ip.daddr))&0x0000ff00)>>8, (ntohl(ipp_p->ip.daddr))&0x000000ff, i, iflist[i].index));
588 (((ntohl(ipp_p->ip.daddr)) & 0x000000ff) == 0x000000ff) &&
644 (ntohl(ipp_
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sctp/
H A Doutqueue.c369 ntsn = ntohl(nchunk->subh.data_hdr->tsn);
373 ltsn = ntohl(lchunk->subh.data_hdr->tsn);
1000 ntohl(chunk->subh.data_hdr->tsn),
1017 ntohl(chunk->subh.data_hdr->tsn),
1134 sack_ctsn = ntohl(sack->cum_tsn_ack);
1230 tsn = ntohl(tchunk->subh.data_hdr->tsn);
1242 sack_a_rwnd = ntohl(sack->a_rwnd);
1330 sack_ctsn = ntohl(sack->cum_tsn_ack);
1355 tsn = ntohl(tchunk->subh.data_hdr->tsn);
1670 tsn = ntohl(chun
[all...]

Completed in 192 milliseconds

1234567891011>>