Home | History | Annotate | Download | only in netboot

Lines Matching full:short

110 static unsigned short ipchksum (unsigned short *ip, int len);
111 static unsigned short udpchksum (struct iphdr *packet);
219 ip->chksum = ipchksum ((unsigned short *) buf, sizeof (struct iphdr));
303 static unsigned short iport = 2000;
304 unsigned short oport = 0;
305 unsigned short len, block = 0, prevblock = 0;
452 if ((unsigned short) (block - prevblock) != 1)
695 dosum (unsigned short *start, unsigned int len, unsigned short *sum)
713 static unsigned short
717 unsigned short rval;
729 dosum ((unsigned short *) &packet->src, len >> 1, &rval);
746 unsigned short ptype;
766 ptype = (((unsigned short) nic.packet[12]) << 8
767 | ((unsigned short) nic.packet[13]));
850 || ipchksum ((unsigned short *) ip, sizeof (struct iphdr))
1116 static unsigned short
1117 ipchksum (unsigned short *ip, int len)
1149 + ((short *) arptable[ARP_CLIENT].node)[2]);