Lines Matching defs:ucp
181 static void ipv6cp_addci(fsm *f, u_char *ucp, int *lenp); /* Add our CI */
549 static void ipv6cp_addci(fsm *f, u_char *ucp, int *lenp) {
559 PUTCHAR(opt, ucp); \
560 PUTCHAR(vjlen, ucp); \
561 PUTSHORT(val, ucp); \
572 PUTCHAR(opt, ucp); \
573 PUTCHAR(idlen, ucp); \
574 eui64_put(val1, ucp); \
902 u_char *ucp = inp; /* Pointer to current output char */
1020 ucp = inp; /* Backup */
1028 ucp = inp; /* Backup */
1032 if (ucp != cip)
1033 MEMCPY(ucp, cip, cilen); /* Move it */
1036 INCPTR(cilen, ucp);
1050 ucp = inp; /* reset pointer */
1053 PUTCHAR(CI_IFACEID, ucp);
1054 PUTCHAR(CILEN_IFACEID, ucp);
1055 eui64_put(wo->hisid, ucp);
1058 *len = ucp - inp; /* Compute output length */