Lines Matching defs:doi
55 tsol2cipso_tt1(const bslabel_t *sl, unsigned char *cop, uint32_t doi)
62 if (doi == 0)
96 doi = htonl(doi);
97 ucp = (const uchar_t *)&doi;
216 uint32_t doi;
253 bcopy(opt_ptr, &doi, sizeof (doi));
254 doi = ntohl(doi);
255 if (doi == IP6LS_DOI_V4 &&
260 opt_ptr += sizeof (doi) + 2;
355 char *, "unlabeled dest ip(1)/tpc(2) doi does "
356 "not match msg label(3) doi.", void *, dst,
974 uint32_t doi;
1074 doi = htons(IP6LS_DOI_V4);
1075 bcopy(&doi, opt_storage - 6, 4);