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

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dipt_iprange.c34 if (((ntohl(iph->saddr) < ntohl(info->src.min_ip))
35 || (ntohl(iph->saddr) > ntohl(info->src.max_ip)))
47 if (((ntohl(iph->daddr) < ntohl(info->dst.min_ip))
48 || (ntohl(iph->daddr) > ntohl(info->dst.max_ip)))
H A Dipt_SAME.c55 if (ntohl(mr->range[count].min_ip) >
56 ntohl(mr->range[count].max_ip)) {
67 rangeip = (ntohl(mr->range[count].max_ip) -
68 ntohl(mr->range[count].min_ip) + 1);
86 for (countess = ntohl(mr->range[count].min_ip);
87 countess <= ntohl(mr->range[count].max_ip);
137 tmpip = ntohl(t->src.u3.ip);
140 tmpip += ntohl(t->dst.u3.ip);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/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);
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));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/tipc/
H A Dname_distr.c258 ntohl(item->type), ntohl(item->lower),
259 ntohl(item->upper));
260 publ = tipc_nametbl_insert_publ(ntohl(item->type),
261 ntohl(item->lower),
262 ntohl(item->upper),
265 ntohl(item->ref),
266 ntohl(item->key));
275 ntohl(item->type), ntohl(ite
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/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));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/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))

Completed in 103 milliseconds

1234567891011>>