Searched refs:ntohl (Results 1 - 25 of 561) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospf6d/
H A Dospf6_asbr.h36 #define OSPF6_ASBR_BIT_T ntohl (0x01000000)
37 #define OSPF6_ASBR_BIT_F ntohl (0x02000000)
38 #define OSPF6_ASBR_BIT_E ntohl (0x04000000)
40 #define OSPF6_ASBR_METRIC(E) (ntohl ((E)->bits_metric & htonl (0x00ffffff)))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/enic/
H A Dvnic_vic.c57 if (ntohl(vp->length) + sizeof(*tlv) + length >
62 ntohl(vp->length) - sizeof(vp->num_tlvs));
68 vp->num_tlvs = htonl(ntohl(vp->num_tlvs) + 1);
69 vp->length = htonl(ntohl(vp->length) + sizeof(*tlv) + length);
76 return vp ? ntohl(vp->length) + sizeof(*vp) - sizeof(vp->num_tlvs) : 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/cnid_dbd/
H A Ddbd_lookup.c161 ntohl(rqst->did), rqst->name);
171 type_devino = ntohl(type_devino);
179 ntohl(rqst->did), rqst->name);
189 type_didname = ntohl(type_didname);
193 rqst->name, ntohl(rqst->did), (unsigned long long)rqst->dev, (unsigned long long)rqst->ino, devino, didname);
199 rqst->name, ntohl(rqst->did), (unsigned long long)rqst->dev, (unsigned long long)rqst->ino);
211 rqst->name, ntohl(rqst->did), (unsigned long long)rqst->dev, (unsigned long long)rqst->ino);
220 rqst->name, ntohl(rqst->did), (unsigned long long)rqst->dev, (unsigned long long)rqst->ino);
230 rqst->name, ntohl(rqst->did), (unsigned long long)rqst->dev, (unsigned long long)rqst->ino);
239 rqst->name, ntohl(rqs
[all...]
H A Ddbd_get.c47 LOG(log_error, logtype_cnid, "dbd_get: Unable to get CNID %u, name %s", ntohl(rqst->did), rqst->name);
54 ntohl(rqst->did), rqst->name);
62 ntohl(rqst->did), rqst->name, ntohl(rply->cnid));
H A Ddbd_resolve.c38 LOG(log_error, logtype_cnid, "dbd_resolve: DB Error resolving CNID %u", ntohl(rqst->cnid));
45 LOG(log_debug, logtype_cnid, "dbd_resolve: Could not resolve CNID %u", ntohl(rqst->cnid));
57 ntohl(rqst->cnid), ntohl(rply->did), rply->name + CNID_NAME_OFS);
H A Ddbd_update.c55 (unsigned long long)rqst->dev, (unsigned long long)rqst->ino, ntohl(rqst->did), rqst->name, ntohl(rqst->cnid));
62 ntohl(rqst->cnid), (unsigned long long)rqst->dev, (unsigned long long)rqst->ino, ntohl(rqst->did), rqst->name);
H A Ddbd_add.c108 id = ntohl(hint);
141 ntohl(rqst->did), rqst->name, (unsigned long long)rqst->dev, (unsigned long long)rqst->ino);
147 ntohl(rqst->did), rqst->name, (unsigned long long)rqst->dev, (unsigned long long)rqst->ino);
153 LOG(log_debug, logtype_cnid, "dbd_add: dbd_lookup success --> CNID: %u", ntohl(rply->cnid));
159 ntohl(rqst->did), rqst->name, (unsigned long long)rqst->dev, (unsigned long long)rqst->ino);
176 ntohl(rqst->did), rqst->name, (unsigned long long)rqst->dev, (unsigned long long)rqst->ino, ntohl(rply->cnid));
185 ntohl(rqst->did), rqst->name, (unsigned long long)rqst->dev, (unsigned long long)rqst->ino, ntohl(rply->cnid));
H A Ddbd_delete.c58 ntohl(rqst->did), rqst->name);
64 ntohl(rqst->did), rqst->name);
68 ntohl(rqst->did), rqst->name);
77 LOG(log_error, logtype_cnid, "dbd_delete: Unable to delete entry for CNID %u", ntohl(rqst->cnid));
82 LOG(log_debug, logtype_cnid, "cnid_delete: CNID %u deleted", ntohl(rqst->cnid));
85 LOG(log_debug, logtype_cnid, "cnid_delete: CNID %u not in database", ntohl(rqst->cnid));
H A Ddbd_rebuild_add.c53 ntohl(rqst->cnid), ntohl(rqst->did), rqst->name,
67 cur = ntohl(tmp);
68 id = ntohl(rqst->cnid);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/tipc/
H A Dname_distr.c254 ntohl(item->type), ntohl(item->lower),
255 ntohl(item->upper));
256 publ = tipc_nametbl_insert_publ(ntohl(item->type),
257 ntohl(item->lower),
258 ntohl(item->upper),
261 ntohl(item->ref),
262 ntohl(item->key));
271 ntohl(item->type), ntohl(ite
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/cnid/cdb/
H A Dcnid_cdb_delete.c36 ntohl(id), db_strerror(rc));
40 LOG(log_debug9, logtype_default, "cnid_delete: Deleting CNID %u", ntohl(id));
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-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/sys/netatalk/
H A Dendian.h102 # ifndef ntohl
105 #define ntohl(x) (x) macro
112 #define ntohl(x) nuxi_l(x) macro
121 unsigned int ntohl(), htonl();
127 # endif /* ntohl */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dxt_iprange.c27 m = ntohl(iph->saddr) < ntohl(info->src_min.ip);
28 m |= ntohl(iph->saddr) > ntohl(info->src_max.ip);
40 m = ntohl(iph->daddr) < ntohl(info->dst_min.ip);
41 m |= ntohl(iph->daddr) > ntohl(info->dst_max.ip);
62 r = ntohl(a->s6_addr32[i]) - ntohl(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dextract.h42 * "ntohl()" than the code to fetch the bytes one at a time and
44 * where "ntohs()" and "ntohl()" might not be done inline.)
57 ((u_int32_t)ntohl(((const unaligned_u_int32_t *)(p))->val))
59 ((u_int64_t)(((u_int64_t)ntohl(((const unaligned_u_int32_t *)(p) + 0)->val)) << 32 | \
60 ((u_int64_t)ntohl(((const unaligned_u_int32_t *)(p) + 1)->val)) << 0))
94 ((u_int32_t)ntohl(*(const u_int32_t *)(p)))
96 ((u_int64_t)(((u_int64_t)ntohl(*((const u_int32_t *)(p) + 0))) << 32 | \
97 ((u_int64_t)ntohl(*((const u_int32_t *)(p) + 1))) << 0))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/plugins/radius/
H A Dip_util.c35 return ntohl(inet_addr (host));
42 return ntohl((*(UINT4 *) hp->h_addr));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/radvd/
H A Dradvdump.c180 if (!edefs || DFLT_AdvReachableTime != ntohl(radvert->nd_ra_reachable))
181 printf("\tAdvReachableTime %u;\n", ntohl(radvert->nd_ra_reachable));
183 if (!edefs || DFLT_AdvRetransTimer != ntohl(radvert->nd_ra_retransmit))
184 printf("\tAdvRetransTimer %u;\n", ntohl(radvert->nd_ra_retransmit));
245 if (!edefs || DFLT_AdvLinkMTU != ntohl(mtu->nd_opt_mtu_mtu))
246 printf("\tAdvLinkMTU %u;\n", ntohl(mtu->nd_opt_mtu_mtu));
343 if (ntohl(pinfo->nd_opt_pi_valid_time) == 0xffffffff)
350 if (!edefs || DFLT_AdvValidLifetime != ntohl(pinfo->nd_opt_pi_valid_time))
351 printf("\t\tAdvValidLifetime %u;\n", ntohl(pinfo->nd_opt_pi_valid_time));
353 if (ntohl(pinf
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/radvd/
H A Dradvdump.c180 if (!edefs || DFLT_AdvReachableTime != ntohl(radvert->nd_ra_reachable))
181 printf("\tAdvReachableTime %u;\n", ntohl(radvert->nd_ra_reachable));
183 if (!edefs || DFLT_AdvRetransTimer != ntohl(radvert->nd_ra_retransmit))
184 printf("\tAdvRetransTimer %u;\n", ntohl(radvert->nd_ra_retransmit));
245 if (!edefs || DFLT_AdvLinkMTU != ntohl(mtu->nd_opt_mtu_mtu))
246 printf("\tAdvLinkMTU %u;\n", ntohl(mtu->nd_opt_mtu_mtu));
343 if (ntohl(pinfo->nd_opt_pi_valid_time) == 0xffffffff)
350 if (!edefs || DFLT_AdvValidLifetime != ntohl(pinfo->nd_opt_pi_valid_time))
351 printf("\t\tAdvValidLifetime %u;\n", ntohl(pinfo->nd_opt_pi_valid_time));
353 if (ntohl(pinf
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/xprtrdma/
H A Dsvc_rdma_marshal.c71 ch->rc_discrim = ntohl(ch->rc_discrim);
72 ch->rc_position = ntohl(ch->rc_position);
73 ch->rc_target.rs_handle = ntohl(ch->rc_target.rs_handle);
74 ch->rc_target.rs_length = ntohl(ch->rc_target.rs_length);
124 ary->wc_discrim = ntohl(ary->wc_discrim);
125 ary->wc_nchunks = ntohl(ary->wc_nchunks);
137 ntohl(ary->wc_array[ch_no].wc_target.rs_handle);
139 ntohl(ary->wc_array[ch_no].wc_target.rs_length);
167 ary->wc_discrim = ntohl(ary->wc_discrim);
168 ary->wc_nchunks = ntohl(ar
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/netfilter/
H A Dnf_nat_helper.c151 adjust_tcp_sequence(ntohl(seq), off, ct, ctinfo);
300 if (after(ntohl(sack->start_seq) - natseq->offset_before,
302 new_start_seq = htonl(ntohl(sack->start_seq)
305 new_start_seq = htonl(ntohl(sack->start_seq)
308 if (after(ntohl(sack->end_seq) - natseq->offset_before,
310 new_end_seq = htonl(ntohl(sack->end_seq)
313 new_end_seq = htonl(ntohl(sack->end_seq)
317 ntohl(sack->start_seq), new_start_seq,
318 ntohl(sack->end_seq), new_end_seq);
397 if (after(ntohl(tcp
[all...]

Completed in 129 milliseconds

1234567891011>>