Home | History | Annotate | Download | only in netcat

Lines Matching refs:opp

725       char * opp;		/* then do all this setup hair */
727 opp = optbuf;
728 *opp++ = IPOPT_LSRR; /* option */
729 *opp++ = (char)
731 *opp++ = gatesptr; /* pointer */
732 /* opp now points at first hop addr -- insert the intermediate gateways */
734 memcpy (opp, gates[x]->iaddrs, sizeof (IA));
735 opp += sizeof (IA);
738 memcpy (opp, rad, sizeof (IA));
739 opp += sizeof (IA);
740 *opp = IPOPT_NOP; /* alignment filler */