Searched refs:IPSECDOI_ATTR_AUTH (Results 1 – 8 of 8) sorted by relevance
/external/tcpdump/ |
D | ipsec_doi.h | 94 #define IPSECDOI_ATTR_AUTH 5 /* B */ macro
|
/external/ipsec-tools/src/racoon/ |
D | ipsec_doi.h | 117 #define IPSECDOI_ATTR_AUTH 5 /* B */ macro
|
D | proposal.c | 598 s_ipsecdoi_attr_v(IPSECDOI_ATTR_AUTH, tr2->authtype), 599 s_ipsecdoi_attr_v(IPSECDOI_ATTR_AUTH, tr1->authtype)); 979 s_ipsecdoi_attr_v(IPSECDOI_ATTR_AUTH, tr->authtype)); 986 s_ipsecdoi_attr_v(IPSECDOI_ATTR_AUTH, tr->authtype));
|
D | ipsec_doi.c | 2325 case IPSECDOI_ATTR_AUTH: 2473 !attrseen[IPSECDOI_ATTR_AUTH]) { 2481 !attrseen[IPSECDOI_ATTR_AUTH]) { 2593 case IPSECDOI_ATTR_AUTH: 2625 !attrseen[IPSECDOI_ATTR_AUTH]) { 3115 x = isakmp_set_attr_l(x, IPSECDOI_ATTR_AUTH, tr->authtype); 4763 case IPSECDOI_ATTR_AUTH:
|
D | algorithm.c | 941 return IPSECDOI_ATTR_AUTH;
|
D | strnames.c | 521 { IPSECDOI_ATTR_AUTH, "Authentication Algorithm", s_ipsecdoi_auth },
|
D | pfkey.c | 605 case IPSECDOI_ATTR_AUTH: 2785 case IPSECDOI_ATTR_AUTH:
|
D | cfparse.y | 1479 if (a == IPSECDOI_ATTR_AUTH)
|