Home | History | Annotate | Download | only in racoon

Lines Matching refs:sit

1312 	if (check_situation(ntohl(sab->sit)) < 0)
1592 ((struct ipsecdoi_sa_b *)bp)->sit = htonl(iph1->rmconf->sittype);
1850 check_situation(sit)
1851 u_int32_t sit;
1853 switch (sit) {
1860 "situation 0x%08x unsupported yet.\n", sit);
1865 "invalid situation 0x%08x.\n", sit);
2662 ((struct ipsecdoi_sa_b *)mysa->v)->sit = htonl(props->rmconf->sittype);
3180 sab->sit = htonl(IPSECDOI_SIT_IDENTITY_ONLY); /* XXX configurable ? */