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

/freebsd-10.2-release/contrib/ipfilter/ipsend/
H A Dip.c164 char optcpy[48], ol; local
178 optcpy[i++] = *s;
189 bcopy(s, optcpy + i, olen);
200 optcpy[i++] = IPOPT_NOP;
202 optcpy[i++] = IPOPT_EOL;
237 bcopy(optcpy, (char *)(ip + 1), i);

Completed in 45 milliseconds