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

/freebsd-9.3-release/contrib/ipfilter/ipsend/
H A Dip.c166 char optcpy[48], ol; local
180 optcpy[i++] = *s;
191 bcopy(s, optcpy + i, olen);
202 optcpy[i++] = IPOPT_NOP;
204 optcpy[i++] = IPOPT_EOL;
239 bcopy(optcpy, (char *)(ip + 1), i);

Completed in 126 milliseconds