Searched refs:optcpy (Results 1 – 1 of 1) sorted by relevance
152 char optcpy[48], ol; in send_ip() local166 optcpy[i++] = *s; in send_ip()177 bcopy(s, optcpy + i, olen); in send_ip()188 optcpy[i++] = IPOPT_NOP; in send_ip()190 optcpy[i++] = IPOPT_EOL; in send_ip()225 bcopy(optcpy, (char *)(ip + 1), i); in send_ip()