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

/freebsd-current/sbin/ipf/ipsend/
H A Dip.c148 char optcpy[48], ol; local
162 optcpy[i++] = *s;
173 bcopy(s, optcpy + i, olen);
184 optcpy[i++] = IPOPT_NOP;
186 optcpy[i++] = IPOPT_EOL;
221 bcopy(optcpy, (char *)(ip + 1), i);

Completed in 126 milliseconds