Home
last modified time | relevance | path

Searched refs:IDTYPE_ADDRESS (Results 1 – 6 of 6) sorted by relevance

/external/ipsec-tools/src/racoon/
Dipsec_doi.h187 #define IDTYPE_ADDRESS 4 macro
Dremoteconf.c628 new->idtype = IDTYPE_ADDRESS; in newidspec()
Dipsec_doi.c3703 case IDTYPE_ADDRESS:
3794 case IDTYPE_ADDRESS:
3976 case IDTYPE_ADDRESS: {
4905 return(IDTYPE_ADDRESS);
4910 return(IDTYPE_ADDRESS); /* XXX */
Dstrnames.c1014 case IDTYPE_ADDRESS: in s_idtype()
Dcfparse.y1569 cur_rmconf->idvtype = IDTYPE_ADDRESS;
/external/ipsec-tools/
Dsetup.c448 remoteconf->idvtype = IDTYPE_ADDRESS; in setup()