Searched refs:ntohl (Results 176 - 200 of 561) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb3/
H A Dcxgb3_offload.c739 unsigned int atid = G_TID(ntohl(rpl->atid));
759 unsigned int stid = G_TID(ntohl(p->opcode_tid));
777 unsigned int hwtid = G_TID(ntohl(p->opcode_tid));
795 unsigned int stid = G_PASS_OPEN_TID(ntohl(req->tos_tid));
844 unsigned int hwtid = G_TID(ntohl(p->opcode_tid));
889 unsigned int atid = G_PASS_OPEN_TID(ntohl(req->tos_tid));
933 return ntohl((__force __be32)skb->priority) >> 8 & 0xfffff;
938 return G_OPCODE(ntohl((__force __be32)skb->csum));
1031 G_TID(ntohl(p->opcode_tid)));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dnf_conntrack_proto_tcp.c532 seq = ntohl(tcph->seq);
533 ack = sack = ntohl(tcph->ack_seq);
896 && ntohl(th->ack_seq) == ct->proto.tcp.last_end) {
922 ct->proto.tcp.last_seq = ntohl(th->seq);
924 segment_seq_plus_len(ntohl(th->seq), skb->len, dataoff, th);
965 && before(ntohl(th->seq), ct->proto.tcp.seen[!dir].td_maxack)) {
978 && ntohl(th->ack_seq) == ct->proto.tcp.last_end) {
1095 segment_seq_plus_len(ntohl(th->seq), skb->len,
1115 segment_seq_plus_len(ntohl(th->seq), skb->len,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntpclient/
H A Dntpclient.c149 transmit_timestamp[0] = ntohl(data[10]);
150 transmit_timestamp[1] = ntohl(data[11]);
214 #define Data(i) ntohl(((unsigned int *)data)[i])
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/helpers/
H A Dftp.c476 seq = ntohl(th->seq) + datalen;
479 if (!find_nl_seq(ntohl(th->seq), ftp_info, dir)) {
511 matchlen, ntohl(th->seq) + matchoff);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/
H A Dsync-ftfw.c498 ntohl(net->seq), net->flags, ntohs(net->len));
525 ntohl(net->seq), net->flags, ntohs(net->len));
528 cn->seq = ntohl(net->seq);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/lockd/
H A Dmon.c509 resp->status = ntohl(*p++);
510 resp->state = ntohl(*p);
526 resp->state = ntohl(*p);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/cxgb3i/
H A Dcxgb3i_offload.c746 u32 rcv_isn = ntohl(req->rcv_isn); /* real RCV_ISN + 1 */
756 c3cn_established(c3cn, ntohl(req->snd_isn), ntohs(req->tcp_opt));
775 unsigned int atid = G_PASS_OPEN_TID(ntohl(req->tos_tid));
787 c3cn->qset = G_QNUM(ntohl(skb->csum));
926 c3cn->snd_una = ntohl(rpl->snd_nxt) - 1; /* exclude FIN */
1113 skb_tcp_seq(skb) = ntohl(hdr_cpl->seq);
1135 skb_rx_ddigest(skb) = ntohl(ddp_cpl.ulp_crc);
1136 status = ntohl(ddp_cpl.ddp_status);
1157 c3cn->rcv_nxt = ntohl(ddp_cpl.seq) + skb_rx_pdulen(skb);
1197 u32 snd_una = ntohl(hd
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Denumerate.c233 sindex = ntohl( sindex );
249 maxsz = ntohl( maxsz );
397 ntohs(vid), ntohl(did), o_path->u_name, s_path.u_name);
H A Dextattrs.c98 maxreply = ntohl( maxreply );
290 maxreply = ntohl(maxreply);
399 attrsize = ntohl(attrsize);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospf6d/
H A Dospf6_asbr.c41 (u_long) ntohl (request->path.origin.id));
309 if (ntohl (id) != 0 ||
341 if (ntohl (id) != 0 ||
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/nes/
H A Dnes_cm.c467 new_send->seq_num = ntohl(tcp_hdr(skb)->seq);
1125 neigh->ha, ntohl(rt->rt_gateway));
1222 arpindex = nes_arp_table(nesdev, ntohl(nesvnic->local_ipaddr), NULL, NES_ARP_RESOLVE);
1554 err = ((ntohl(tcph->ack_seq) == cm_node->tcp_cntxt.loc_seq_num))? 0 : 1;
1570 seq = ntohl(tcph->seq);
1571 ack_seq = ntohl(tcph->ack_seq);
1604 inc_sequence = ntohl(tcph->seq);
1666 inc_sequence = ntohl(tcph->seq);
1673 cm_node->tcp_cntxt.rem_ack_num = ntohl(tcph->ack_seq);
1691 cm_node->tcp_cntxt.loc_seq_num = ntohl(tcp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/ip/
H A Dxfrm_monitor.c77 __u32 spi = ntohl(xacq->id.spi);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-compat-howl/
H A Daddress.c191 a = ntohl(self.m_addr);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/missing/
H A Dinet_ntop.c69 u_long a = ntohl(addr->s_addr);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-howl/
H A Daddress.c191 a = ntohl(self.m_addr);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Ddhcp.c100 ret = ntohl (ret);
H A Dmroute.h201 return ntohl(*(in_addr_t*)addr->addr);
H A Droute.c665 r.network = ntohl(((struct sockaddr_in*)(curele)->ai_addr)->sin_addr.s_addr);
2169 const in_addr_t net = ntohl (row->dwForwardDest);
2170 const in_addr_t mask = ntohl (row->dwForwardMask);
2211 rgi->gateway.addr = ntohl (row->dwForwardNextHop);
2470 const in_addr_t net = ntohl (net_x);
2471 const in_addr_t mask = ntohl (mask_x);
2472 const in_addr_t gw = ntohl (gw_x);
2526 addr = ntohl(((struct sockaddr_in *) &ifr->ifr_addr)->sin_addr.s_addr);
2547 rgi->gateway.addr = ntohl(((struct sockaddr_in *) &ifreq.ifr_addr)->sin_addr.s_addr);
2558 netmask = ntohl(((struc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dhcp6/
H A Drelay6_parser.c104 msg_type = (ntohl(msg_type) & 0xFF000000)>>24;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/batman-adv/
H A Daggregation.c259 batman_packet->seqno = ntohl(batman_packet->seqno);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/misc/
H A Dfce.c61 packet->event_id = ntohl(packet->event_id);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/maurice/
H A Dexample1.c148 ekeylen = ntohl(ekeylen);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/cnid/tdb/
H A Dcnid_tdb_update.c108 LOG(log_error, logtype_default, "cnid_update: Unable to update CNID %u", ntohl(id));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/ipvs/
H A Dip_vs_dh.c80 return (ntohl(addr_fold)*2654435761UL) & IP_VS_DH_TAB_MASK;
H A Dip_vs_sh.c77 return (ntohl(addr_fold)*2654435761UL) & IP_VS_SH_TAB_MASK;

Completed in 185 milliseconds

1234567891011>>