Lines Matching defs:doi
1831 u_32_t doi;
1840 doi = ipf_checkripso(s);
1841 secmsk = doi >> 16;
1842 auth = doi & 0xffff;
1852 doi = ipf_checkcipso(fin,
1854 secmsk = doi >> 16;
1855 auth = doi & 0xffff;
1920 /* Returns: u_32_t - 0 = failure, else the doi from the header */
1925 /* This function returns the domain of integrity (DOI) field from the CIPSO */
1938 u_32_t doi;
1952 * The DOI field MUST be there.
1954 bcopy(s + 2, &doi, sizeof(doi));
2004 /* Custom defined DOI */
2016 return doi;