Searched refs:optcpy (Results 1 – 1 of 1) sorted by relevance
148 char optcpy[48], ol; in send_ip() local162 optcpy[i++] = *s; in send_ip()173 bcopy(s, optcpy + i, olen); in send_ip()184 optcpy[i++] = IPOPT_NOP; in send_ip()186 optcpy[i++] = IPOPT_EOL; in send_ip()221 bcopy(optcpy, (char *)(ip + 1), i); in send_ip()