Lines Matching refs:ucp
563 ipv6cp_addci(f, ucp, lenp) in ipv6cp_addci() argument
565 u_char *ucp;
575 PUTCHAR(opt, ucp); \
576 PUTCHAR(vjlen, ucp); \
577 PUTSHORT(val, ucp); \
587 PUTCHAR(opt, ucp); \
588 PUTCHAR(idlen, ucp); \
589 eui64_put(val1, ucp); \
912 u_char *ucp = inp; /* Pointer to current output char */ local
1033 ucp = inp; /* Backup */
1041 ucp = inp; /* Backup */
1045 if (ucp != cip)
1046 BCOPY(cip, ucp, cilen); /* Move it */
1049 INCPTR(cilen, ucp);
1063 ucp = inp; /* reset pointer */
1066 PUTCHAR(CI_IFACEID, ucp);
1067 PUTCHAR(CILEN_IFACEID, ucp);
1068 eui64_put(wo->hisid, ucp);
1071 *len = ucp - inp; /* Compute output length */