Lines Matching refs:coa
67 fprintf(stderr, " [ coa ADDR[/PLEN] ] [ ctx CTX ]\n");
323 } else if (strcmp(*argv, "coa") == 0) {
324 inet_prefix coa;
328 duparg("coa", *argv);
333 get_prefix(&coa, *argv, preferred_family);
334 if (coa.family == AF_UNSPEC)
335 invarg("\"coa\" address family is AF_UNSPEC", *argv);
336 if (coa.bytelen > sizeof(xcoa))
337 invarg("\"coa\" address length is too large", *argv);
340 memcpy(&xcoa, &coa.data, coa.bytelen);
533 fprintf(stderr, "\"coa\" is invalid with proto=%s\n",
539 fprintf(stderr, "\"coa\" is required with proto=%s\n",