Searched refs:GETNEXTNUM (Results 1 – 1 of 1) sorted by relevance
/external/ipsec-tools/src/racoon/ |
D | backupsa.c | 255 #define GETNEXTNUM(value, function) \ in backupsa_from_file() macro 267 GETNEXTNUM(sa_args.satype, strtoul); in backupsa_from_file() 268 GETNEXTNUM(sa_args.spi, strtoul); in backupsa_from_file() 270 GETNEXTNUM(sa_args.mode, strtoul); in backupsa_from_file() 271 GETNEXTNUM(sa_args.reqid, strtoul); in backupsa_from_file() 272 GETNEXTNUM(sa_args.wsize, strtoul); in backupsa_from_file() 273 GETNEXTNUM(sa_args.e_type, strtoul); in backupsa_from_file() 274 GETNEXTNUM(sa_args.e_keylen, strtoul); in backupsa_from_file() 275 GETNEXTNUM(sa_args.a_type, strtoul); in backupsa_from_file() 276 GETNEXTNUM(sa_args.a_keylen, strtoul); in backupsa_from_file() [all …]
|