Searched refs:packetsize (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/pwc/
H A Dpwc-kiara.h37 unsigned short packetsize; /* Normal packet size */ member in struct:Kiara_table_entry
H A Dpwc-timon.h52 unsigned short packetsize; /* Normal packet size */ member in struct:Timon_table_entry
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dpacketdat.awk4 if (packetsize <= 0)
5 packetsize = 512
23 id = 1.5 + (strtSeq - 1) / packetsize
35 id = 1 + ($7 - 2) / packetsize
H A Dsend-ack.awk4 if (packetsize <= 0)
5 packetsize = 512
40 else if (len != packetsize)
50 if (len != packetsize)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dsocks.c220 int packetsize = 9 + local
231 if(packetsize + hostnamelen <= SOCKS4REQLEN)
232 strcpy((char*)socksreq + packetsize, hostname);
239 packetsize + hostnamelen,
241 if((code != CURLE_OK) || (written != packetsize + hostnamelen)) {
256 packetsize = 8; /* receive data size */
259 result = Curl_blockread_all(conn, sock, (char *)socksreq, packetsize,
261 if((result != CURLE_OK) || (actualread != packetsize)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/firmware/
H A Ddell_rbu.c65 unsigned long packetsize; member in struct:_rbu_data
98 rbu_data.packetsize = 0;
114 if (!rbu_data.packetsize) {
115 pr_debug("create_packet: packetsize not specified\n");
147 (unsigned int)(allocation_floor / rbu_data.packetsize),
232 if (!rbu_data.packetsize) {
234 "dell_rbu: packetsize not specified\n");
242 if ((temp + rbu_data.packetsize) < end)
243 packet_length = rbu_data.packetsize;
351 memset(newpacket->data, 0, rbu_data.packetsize);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/nes/
H A Dnes_cm.c322 u16 packetsize = sizeof(*iph); local
324 packetsize += sizeof(*tcph);
325 packetsize += optionsize + datasize;
330 buf = skb_put(skb, packetsize + ETH_HLEN);
355 iph->tot_len = htons(packetsize);

Completed in 66 milliseconds