Searched refs:ntohl (Results 126 - 150 of 453) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/bin/megatron/
H A Dasingle.c153 entry_id = ntohl( entry_id );
158 ntohl( single.entry[ entry_id ].ade_off );
163 ntohl( single.entry[ entry_id ].ade_len );
350 if ( ntohl( templong ) != AD_APPLESINGLE_MAGIC ) {
356 templong = ntohl( templong );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/bgpd/
H A Dbgp_community.c123 v1 = ntohl (v1);
124 v2 = ntohl (v2);
158 return ntohl (val);
224 comval = ntohl (comval);
254 comval = ntohl (comval);
H A Dbgp_snmp.c326 if (ntohl (p->s_addr) > ntohl (src->s_addr))
710 && ntohl (paddr.s_addr)
711 < ntohl (binfo->peer->su.sin.sin_addr.s_addr))
715 if (ntohl (binfo->peer->su.sin.sin_addr.s_addr)
716 < ntohl (min->peer->su.sin.sin_addr.s_addr))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfsd/
H A Dnfs4callback.c122 #define READ32(x) (x) = ntohl(*p++)
124 (x) = (u64)ntohl(*p++) << 32; \
125 (x) |= ntohl(*p++); \
129 (x.tv_sec) = ntohl(*p++); \
130 (x.tv_nsec) = ntohl(*p++); \
H A Dnfs2acl.c166 argp->mask = ntohl(*p); p++;
181 argp->mask = ntohl(*p++);
210 argp->access = ntohl(*p++);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/bin/megatron/
H A Dasingle.c153 entry_id = ntohl( entry_id );
158 ntohl( single.entry[ entry_id ].ade_off );
163 ntohl( single.entry[ entry_id ].ade_len );
350 if ( ntohl( templong ) != AD_APPLESINGLE_MAGIC ) {
356 templong = ntohl( templong );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/lockd/
H A Dsvcproc.c136 ntohl(resp->status), rqstp->rq_vers);
170 dprintk("lockd: LOCK status %d\n", ntohl(resp->status));
200 dprintk("lockd: CANCEL status %d\n", ntohl(resp->status));
233 dprintk("lockd: UNLOCK status %d\n", ntohl(resp->status));
251 dprintk("lockd: GRANTED status %d\n", ntohl(resp->status));
372 dprintk("lockd: SHARE status %d\n", ntohl(resp->status));
405 dprintk("lockd: UNSHARE status %d\n", ntohl(resp->status));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/afs/
H A Dvnode.c323 server, ntohl(server->addr.s_addr));
386 _debug("USING SERVER: %08x\n", ntohl(server->addr.s_addr));
442 _debug("USING SERVER: %08x\n", ntohl(server->addr.s_addr));
498 _debug("USING SERVER: %08x\n", ntohl(server->addr.s_addr));
560 _debug("USING SERVER: %08x\n", ntohl(server->addr.s_addr));
624 _debug("USING SERVER: %08x\n", ntohl(server->addr.s_addr));
694 _debug("USING SERVER: %08x\n", ntohl(server->addr.s_addr));
760 _debug("USING SERVER: %08x\n", ntohl(server->addr.s_addr));
813 _debug("USING SERVER: %08x\n", ntohl(server->addr.s_addr));
865 _debug("USING SERVER: %08x\n", ntohl(serve
[all...]
H A Dvlocation.c205 ntohl(vl->vldb.servers[0].s_addr),
207 ntohl(vl->vldb.servers[1].s_addr),
209 ntohl(vl->vldb.servers[2].s_addr),
270 ntohl(vldb->servers[0].s_addr), vldb->srvtmask[0],
271 ntohl(vldb->servers[1].s_addr), vldb->srvtmask[1],
272 ntohl(vldb->servers[2].s_addr), vldb->srvtmask[2]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/cnid_dbd/
H A Dcmd_dbd_scanvol.c719 dbd_log( LOGDEBUG, "CNID from .AppleDouble file for '%s/%s': %u", cwdbuf, name, ntohl(ad_cnid));
759 dbd_log( LOGSTD, "CNID mismatch for '%s/%s', db: %u, ad-file: %u", cwdbuf, name, ntohl(db_cnid), ntohl(ad_cnid));
762 cwdbuf, name, ntohl(db_cnid));
779 ntohl(ad_cnid));
789 dbd_log(LOGSTD, "New CNID for '%s/%s': %u", cwdbuf, name, ntohl(db_cnid));
795 cwdbuf, name, ntohl(db_cnid));
810 cwdbuf, name, ntohl(ad_cnid));
826 dbd_log(LOGSTD, "New CNID for '%s/%s': %u", cwdbuf, name, ntohl(db_cnid));
835 cwdbuf, name, ntohl(db_cni
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospfd/
H A Dospf_opaque.c411 u_char key = GET_OPAQUE_TYPE (ntohl (lsa->data->id.s_addr));
527 oipt->opaque_type = GET_OPAQUE_TYPE (ntohl (new->data->id.s_addr));
558 u_char key = GET_OPAQUE_TYPE (ntohl (lsa->data->id.s_addr));
609 oipi->opaque_id = GET_OPAQUE_ID (ntohl (new->data->id.s_addr));
638 u_int32_t key = GET_OPAQUE_ID (ntohl (lsa->data->id.s_addr));
1071 u_int32_t lsid = ntohl (lsah->id.s_addr);
1432 zlog_info ("Install Type-%u Opaque-LSA: [opaque-type=%u, opaque-id=%x]", lsa->data->type, GET_OPAQUE_TYPE (ntohl (lsa->data->id.s_addr)), GET_OPAQUE_ID (ntohl (lsa->data->id.s_addr)));
1642 zlog_info ("Type-%u Opaque-LSA has already scheduled to RE-ORIGINATE: [opaque-type=%u]", lsa_type, GET_OPAQUE_TYPE (ntohl (lsa->data->id.s_addr)));
1656 zlog_info ("Schedule Type-%u Opaque-LSA to RE-ORIGINATE in %d sec later: [opaque-type=%u]", lsa_type, delay, GET_OPAQUE_TYPE (ntohl (ls
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dnf_nat_core.c149 if (ntohl(tuple->src.u3.ip) < ntohl(range->min_ip) ||
150 ntohl(tuple->src.u3.ip) > ntohl(range->max_ip))
243 minip = ntohl(range->min_ip);
244 maxip = ntohl(range->max_ip);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/sctp/
H A Dsm.h403 if (ntohl(chunk->sctp_hdr->vtag) == asoc->c.my_vtag)
438 (ntohl(chunk->sctp_hdr->vtag) == asoc->c.my_vtag)) ||
440 (ntohl(chunk->sctp_hdr->vtag) == asoc->c.peer_vtag))) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibipt_NETMAP.c38 netmask = ntohl(netmask);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospf6d/
H A Dospf6_ism.c333 if (ntohl (nbpi->router_id) > ntohl (nbpj->router_id))
338 else if (ntohl (nbpi->router_id) < ntohl (nbpj->router_id))
H A Dospf6_message.c79 ntohs (lsa_header->age), (u_long)ntohl (lsa_header->seqnum),
110 (u_long)ntohl (hello->interface_id), hello->rtr_pri, "xxx");
153 (u_long)ntohl (dbdesc->seqnum));
223 lsanum = ntohl (lsupdate->lsupdate_num);
362 o6n->ifid = ntohl (hello->interface_id);
487 else if (ntohl (o6n->router_id) > ntohl (ospf6->router_id))
546 ntohl (dbdesc->seqnum) == o6n->dbdesc_seqnum)
601 if (ntohl (dbdesc->seqnum) != o6n->dbdesc_seqnum)
715 o6n->dbdesc_seqnum = ntohl (dbdes
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/
H A Dhdlc_cisco.c192 switch(ntohl (cisco_data->type)) {
223 state(hdlc)->rxseq = ntohl(cisco_data->par1);
225 ntohl(cisco_data->par2) == state(hdlc)->txseq) {
229 sec = ntohl(cisco_data->time) / 1000;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/udhcp/
H A Dfiles.c368 server_config.start_ip = ntohl(server_config.start_ip);
369 server_config.end_ip = ntohl(server_config.end_ip);
430 uint32_t y = ntohl(lease.yiaddr);
432 lease.expires = ntohl(lease.expires);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/tipc/
H A Dtipc_msg.h90 return ntohl(m->hdr[pos]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/dccp/
H A Doptions.c158 opt_recv->dccpor_timestamp = ntohl(*(__be32 *)value);
172 opt_recv->dccpor_timestamp_echo = ntohl(*(__be32 *)value);
190 elapsed_time = ntohl(*(__be32 *)(value + 4));
208 elapsed_time = ntohl(*(__be32 *)value);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/ipvs/
H A Dip_vs_app.c260 __u32 seq = ntohl(th->seq);
287 __u32 ack_seq = ntohl(th->ack_seq);
346 seq = ntohl(th->seq);
421 seq = ntohl(th->seq);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/rxrpc/
H A Dar-connevent.c113 _proto("Tx CONN ABORT %%%u { %d }", ntohl(hdr.serial), abort_code);
156 serial = ntohl(sp->hdr.serial);
162 _proto("Rx ABORT %%%u { ac=%d }", serial, ntohl(tmp));
166 ntohl(tmp));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/cnid_dbd/
H A Dcmd_dbd_scanvol.c714 dbd_log( LOGDEBUG, "CNID from .AppleDouble file for '%s/%s': %u", cwdbuf, name, ntohl(ad_cnid));
754 dbd_log( LOGSTD, "CNID mismatch for '%s/%s', db: %u, ad-file: %u", cwdbuf, name, ntohl(db_cnid), ntohl(ad_cnid));
776 ntohl(ad_cnid));
786 dbd_log(LOGSTD, "New CNID for '%s/%s': %u", cwdbuf, name, ntohl(db_cnid));
792 cwdbuf, name, ntohl(db_cnid));
807 cwdbuf, name, ntohl(ad_cnid));
823 dbd_log(LOGSTD, "New CNID for '%s/%s': %u", cwdbuf, name, ntohl(db_cnid));
832 cwdbuf, name, ntohl(db_cnid));
H A Ddbif.c139 *version = ntohl(*version);
1018 LOG(log_debug, logtype_cnid, "match: CNID %" PRIu32, ntohl(cnid));
1203 cnid = ntohl(cnid);
1211 lastid = ntohl(lastid);
1213 version = ntohl(version);
1227 type = ntohl(type);
1230 did = ntohl(did);
1273 cnid = ntohl(cnid);
1318 cnid = ntohl(cnid);
1324 did = ntohl(di
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/cxgb3/
H A Dcxgb3_offload.c400 n, ntohl(*(__be32 *)skbs[0]->data));
623 unsigned int atid = G_TID(ntohl(rpl->atid));
643 unsigned int stid = G_TID(ntohl(p->opcode_tid));
661 unsigned int hwtid = G_TID(ntohl(p->opcode_tid));
679 unsigned int stid = G_PASS_OPEN_TID(ntohl(req->tos_tid));
719 unsigned int hwtid = G_TID(ntohl(p->opcode_tid));
764 unsigned int atid = G_PASS_OPEN_TID(ntohl(req->tos_tid));
793 unsigned int hwtid = ntohl(skb->priority) >> 8 & 0xfffff;
794 unsigned int opcode = G_OPCODE(ntohl(skb->csum));
872 unsigned int opcode = G_OPCODE(ntohl(sk
[all...]

Completed in 237 milliseconds

1234567891011>>