Searched refs:ntohl (Results 151 - 175 of 561) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dosst.c637 if (ntohl(aux->format_id) != 0) {
639 printk(OSST_DEB_MSG "%s:D: Skipping frame, format_id %u\n", name, ntohl(aux->format_id));
688 if (frame_seq_number != -1 && ntohl(aux->frame_seq_num) != frame_seq_number) {
692 name, ntohl(aux->frame_seq_num), frame_seq_number);
700 i = ntohl(aux->filemark_cnt);
702 STp->first_frame_position - 1 != ntohl(STp->header_cache->dat_fm_tab.fm_tab_ent[i]))) {
719 blk_sz = ntohl(aux->dat.dat_list[0].blk_sz);
736 STp->frame_seq_number = ntohl(aux->frame_seq_num);
737 STp->logical_blk_num = ntohl(aux->logical_blk_num);
1087 ntohl(au
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_connlimit.c111 for (mask = ~ntohl(mask); mask != 0; mask >>= 1)
123 for (tmp[i] = ~ntohl(mask[i]); tmp[i] != 0; tmp[i] >>= 1)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dpcap-sita.c602 interfaceType = ntohl(*(bpf_u_int32 *)ptr);
797 ps->ps_recv = ntohl(*(uint32_t *)&buf[0]); /* break the buffer into its three 32 bit components */
798 ps->ps_drop = ntohl(*(uint32_t *)&buf[4]);
799 ps->ps_ifdrop = ntohl(*(uint32_t *)&buf[8]);
940 pcap_header.ts.tv_sec = ntohl(*(uint32_t *)&packet_header[0]); /* tv_sec */
941 pcap_header.ts.tv_usec = ntohl(*(uint32_t *)&packet_header[4]); /* tv_usec */
942 pcap_header.caplen = ntohl(*(uint32_t *)&packet_header[8]); /* caplen */
943 pcap_header.len = ntohl(*(uint32_t *)&packet_header[12]); /* len */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dnsmasq-2.15/src/
H A Drfc2131.c441 p = option_put(p, end, OPTION_SERVER_IDENTIFIER, INADDRSZ, ntohl(iface_addr.s_addr));
559 p = option_put(p, end, OPTION_SERVER_IDENTIFIER, INADDRSZ, ntohl(iface_addr.s_addr));
581 p = option_put(p, end, OPTION_SERVER_IDENTIFIER, INADDRSZ, ntohl(iface_addr.s_addr));
796 p = option_put(p, end, OPTION_SUBNET_SELECT, INADDRSZ, ntohl(subnet_addr.s_addr));
800 p = option_put(p, end, OPTION_NETMASK, INADDRSZ, ntohl(context->netmask.s_addr));
807 p = option_put(p, end, OPTION_BROADCAST, INADDRSZ, ntohl(context->broadcast.s_addr));
814 p = option_put(p, end, OPTION_ROUTER, INADDRSZ, ntohl(context->router.s_addr));
818 p = option_put(p, end, OPTION_DNSSERVER, INADDRSZ, ntohl(iface_addr.s_addr));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dnfs3acl.c128 args->mask = ntohl(*p); p++;
143 args->mask = ntohl(*p++);
H A Dnfs4callback.c119 #define READ32(x) (x) = ntohl(*p++)
121 (x) = (u64)ntohl(*p++) << 32; \
122 (x) |= ntohl(*p++); \
126 (x.tv_sec) = ntohl(*p++); \
127 (x.tv_nsec) = ntohl(*p++); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/contrib/timelord/
H A Dtimelord.c213 req = ntohl( req );
220 mtime = ntohl( mtime );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/acl/
H A Duuid.c252 uid = ntohl(*(uint32_t *)(uuidp + 12));
268 gid = ntohl(*(uint32_t *)(uuidp + 12));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/cnid/tdb/
H A Dcnid_tdb_add.c126 id = ntohl(hint);
204 LOG(log_error, logtype_default, "tdb_add: Failed to add CNID for %s to database using hint %u", name, ntohl(hint));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/udhcpd/
H A Ddhcpd.c115 server_config.lease = ntohl(server_config.lease);
255 DEBUG(LOG_INFO, "server_id = %08x", ntohl(server_id_align));
H A Dscript.c164 dest += sprintf(dest, "%lu ", (unsigned long) ntohl(val_u32));
168 dest += sprintf(dest, "%ld ", (long) ntohl(val_s32));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/third-party/libnatpmp/
H A Dnatpmp.c213 response->epoch = ntohl(*((uint32_t *)(buf + 4)));
246 response->pnu.newportmapping.lifetime = ntohl(*((uint32_t *)(buf + 12)));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/third-party/libutp/
H A Dtemplates.h58 FORCEINLINE uint32 network_to_host(uint32 i) { return ntohl(i); }
59 FORCEINLINE int32 network_to_host(int32 i) { return ntohl(i); }
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/
H A Dauth_unix.c186 flavor = ntohl(*p++);
194 size = ntohl(*p++);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/apparmor/
H A Dmatch.c220 if (ntohl(*(u32 *) data) != YYTH_MAGIC)
223 hsize = ntohl(*(u32 *) (data + 4));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dinetdevice.h184 hmask = ntohl(mask);
248 __u32 hmask = ntohl(mask);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/extensions/
H A Dlibxt_connlimit.c111 for (mask = ~ntohl(mask); mask != 0; mask >>= 1)
123 for (tmp[i] = ~ntohl(mask[i]); tmp[i] != 0; tmp[i] >>= 1)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udhcpd/
H A Ddhcpd.c113 server_config.lease = ntohl(server_config.lease);
223 DEBUG(LOG_INFO, "server_id = %08x", ntohl(server_id_align));
H A Dscript.c106 dest += sprintf(dest, "%lu ", (unsigned long) ntohl(val_u32));
110 dest += sprintf(dest, "%ld ", (long) ntohl(val_s32));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospfd/
H A Dospf_snmp.c638 if (ntohl (area->area_id.s_addr) > ntohl (area_id->s_addr))
768 else if (ntohl (area->area_id.s_addr) > ntohl (area_id->s_addr))
1437 if (ntohl (osif->addr.s_addr) > ntohl (addr->s_addr))
1505 if (ntohl (osif->addr.s_addr) > ntohl (ifaddr->s_addr))
2075 else if (ntohl (nbr->src.s_addr) < ntohl (mi
[all...]
H A Dospf_te.c271 int key = GET_OPAQUE_ID (ntohl (lsa->data->id.s_addr));
665 || ntohl (old_id.value.s_addr) != ntohl (lp->link_id.value.s_addr)))
1247 vty_out (vty, " Traffic Engineering Metric: %u%s", (u_int32_t) ntohl (top->value), VTY_NEWLINE);
1249 zlog_info (" Traffic Engineering Metric: %u", (u_int32_t) ntohl (top->value));
1315 vty_out (vty, " Resource class/color: 0x%x%s", (u_int32_t) ntohl (top->value), VTY_NEWLINE);
1317 zlog_info (" Resource Class/Color: 0x%x", (u_int32_t) ntohl (top->value));
1447 (u_int32_t) ntohl (lp->te_metric.value), VTY_NEWLINE);
1466 (u_int32_t) ntohl (lp->rsc_clsclr.value), VTY_NEWLINE);
1557 || ntohl (r
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dinet_lro.c89 if (lro_desc && after(ntohl(lro_desc->tcp_rcv_tsval),
90 ntohl(*topt)))
161 lro_desc->tcp_next_seq = ntohl(tcph->seq) + tcp_data_len;
368 if (lro_desc->tcp_next_seq != ntohl(tcph->seq))
488 if (lro_desc->tcp_next_seq != ntohl(tcph->seq))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospf6d/
H A Dospf6_abr.c119 (ntohl (iep->metric) & ntohl (0x000fffff));
221 (ntohl (ier->metric & htonl (0x000fffff)));
381 area->str, (u_long) ntohl (request->route_id));
531 ntohl (ier->metric & htonl (0x000fffff)), VTY_NEWLINE);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/myri10ge/
H A Dmyri10ge.c441 result = ntohl(response->result);
442 value = ntohl(response->data);
562 if (ntohl(hdr->mcp_type) != MCP_TYPE_ETH) {
563 dev_err(dev, "Bad firmware type: 0x%x\n", ntohl(hdr->mcp_type));
611 hdr_offset = ntohl(*(__be32 *) (fw->data + MCP_HEADER_PTR_OFFSET));
1492 unsigned link_up = ntohl(stats->link_up);
1512 ntohl(stats->rdma_tags_available)) {
1514 ntohl(stats->rdma_tags_available);
1583 send_done_count = ntohl(stats->send_done_count);
1862 data[i++] = (unsigned int)ntohl(s
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Disakmp_inf.c779 ntohl(n->doi), n->proto_id, spi, n->spi_size);
879 ntohl(spi[i]), ntohl(sa->sadb_sa_spi));
903 ntohl(spi[i]));
1013 "purging spi=%u.\n", ntohl(sa->sadb_sa_spi));
1100 if (ntohl(d->doi) != IPSEC_DOI) {
1103 ntohl(d->doi));

Completed in 296 milliseconds

1234567891011>>