Home | History | Annotate | Download | only in racoon

Lines Matching refs:doi

1307 	/* check DOI */
1308 if (check_doi(ntohl(sab->doi)) < 0)
1595 ((struct ipsecdoi_sa_b *)bp)->doi = htonl(iph1->rmconf->doitype);
1833 * check DOI
1836 check_doi(doi)
1837 u_int32_t doi;
1839 switch (doi) {
1844 "invalid value of DOI 0x%08x.\n", doi);
2665 ((struct ipsecdoi_sa_b *)mysa->v)->doi = htonl(props->rmconf->doitype);
3183 sab->doi = htonl(IPSEC_DOI);
4875 * convert idtype to DOI value.
4889 doi2idtype(doi)
4890 int doi;
4892 switch(doi) {
4909 s_ipsecdoi_ident(doi));