Lines Matching refs:optr
646 uchar_t *optr; in tsol_prepend_option() local
660 optr = (uchar_t *)(ipha + 1); in tsol_prepend_option()
662 oval = optr[IPOPT_OPTVAL]; in tsol_prepend_option()
670 optr++; in tsol_prepend_option()
681 olen = optr[IPOPT_OLEN]; in tsol_prepend_option()
686 optr += olen; in tsol_prepend_option()
730 optr = (uchar_t *)(ipha + 1); in tsol_prepend_option()
732 oval = optr[IPOPT_OPTVAL]; in tsol_prepend_option()
744 optr++; in tsol_prepend_option()
751 olen = optr[IPOPT_OLEN]; in tsol_prepend_option()
757 bcopy(optr, toptr, olen); in tsol_prepend_option()
758 optr += olen; in tsol_prepend_option()
826 uchar_t *optr; in tsol_check_label_v4() local
863 optr = (uchar_t *)(ipha + 1); in tsol_check_label_v4()
870 optr[IPOPT_OPTVAL] != IPOPT_COMSEC && in tsol_check_label_v4()
871 optr[IPOPT_OPTVAL] != IPOPT_SECURITY) in tsol_check_label_v4()
875 bcmp(opt_storage, optr, sec_opt_len) == 0) in tsol_check_label_v4()