HomeSort by: relevance | last modified time | path
    Searched defs:doi (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
fil.c 1831 u_32_t doi; local in function:ipf_pr_ipv4hdr
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; local in function:ipf_checkcipso
    [all...]
fil.c 1831 u_32_t doi; local in function:ipf_pr_ipv4hdr
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; local in function:ipf_checkcipso
    [all...]

Completed in 26 milliseconds