Lines Matching refs:doi
55 tsol2cipso_tt1(const bslabel_t *sl, unsigned char *cop, uint32_t doi) in tsol2cipso_tt1() argument
62 if (doi == 0) in tsol2cipso_tt1()
96 doi = htonl(doi); in tsol2cipso_tt1()
97 ucp = (const uchar_t *)&doi; in tsol2cipso_tt1()
216 uint32_t doi; in tsol_get_option_v6() local
253 bcopy(opt_ptr, &doi, sizeof (doi)); in tsol_get_option_v6()
254 doi = ntohl(doi); in tsol_get_option_v6()
255 if (doi == IP6LS_DOI_V4 && in tsol_get_option_v6()
260 opt_ptr += sizeof (doi) + 2; in tsol_get_option_v6()
974 uint32_t doi; in tsol_compute_label_v6() local
1074 doi = htons(IP6LS_DOI_V4); in tsol_compute_label_v6()
1075 bcopy(&doi, opt_storage - 6, 4); in tsol_compute_label_v6()