Home | History | Annotate | Download | only in racoon

Lines Matching refs:doi

1307 	/* check DOI */
1308 if (check_doi(ntohl(sab->doi)) < 0)
1591 ((struct ipsecdoi_sa_b *)bp)->doi = htonl(iph1->rmconf->doitype);
1829 * check DOI
1832 check_doi(doi)
1833 u_int32_t doi;
1835 switch (doi) {
1840 "invalid value of DOI 0x%08x.\n", doi);
2661 ((struct ipsecdoi_sa_b *)mysa->v)->doi = htonl(props->rmconf->doitype);
3179 sab->doi = htonl(IPSEC_DOI);
4861 * convert idtype to DOI value.
4875 doi2idtype(doi)
4876 int doi;
4878 switch(doi) {
4895 s_ipsecdoi_ident(doi));