Searched refs:oackp (Results 1 – 2 of 2) sorted by relevance
587 struct tftphdr *oackp; in process_oack() local590 oackp = &oackbuf->tb_hdr; in process_oack()591 cp = (char *)&oackp->th_stuff; in process_oack()
663 struct tftphdr *oackp; in process_options() local680 oackp = &oackbuf.hdr; in process_options()682 oackp->th_opcode = htons((ushort_t)OACK); in process_options()683 cp = (char *)&oackp->th_stuff; in process_options()717 if (cp != (char *)&oackp->th_stuff) in process_options()