Home
last modified time | relevance | path

Searched refs:ISAKMP_GEN_TV (Results 1 – 7 of 7) sorted by relevance

/external/ipsec-tools/src/racoon/
Disakmp_xauth.c164 typeattr->type = htons(XAUTH_TYPE | ISAKMP_GEN_TV);
440 stattr->type = htons(XAUTH_STATUS | ISAKMP_GEN_TV);
1401 if ((ntohs(attr->type) & ISAKMP_GEN_TV) == 0) {
1468 if ((ntohs(attr->type) & ISAKMP_GEN_TV) == 0) {
1500 attr->type = htons(type | ISAKMP_GEN_TV);
1597 if ((ntohs(attr->type) & ISAKMP_GEN_TV) == 0) {
1628 attr->type = htons(type | ISAKMP_GEN_TV);
Disakmp.h180 #define ISAKMP_GEN_TV 0x8000 macro
Disakmp_unity.c103 if ((type & ISAKMP_GEN_MASK) == ISAKMP_GEN_TV) {
Disakmp_cfg.c336 if ((type & ISAKMP_GEN_MASK) == ISAKMP_GEN_TV) {
518 if ((type & ISAKMP_GEN_MASK) == ISAKMP_GEN_TV) {
712 if ((type & ISAKMP_GEN_MASK) == ISAKMP_GEN_TV) {
979 new->type = htons(type | ISAKMP_GEN_TV);
Dracoonctl.c1448 if ((ntohs(attr->type) & ISAKMP_GEN_MASK) == ISAKMP_GEN_TV) {
Disakmp.c2387 data->type = htons((u_int16_t)type | ISAKMP_GEN_TV);
2453 data->type = htons((u_int16_t)type | ISAKMP_GEN_TV);
/external/tcpdump/
Disakmp.h186 #define ISAKMP_GEN_TV 0x8000 macro