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

/external/ipsec-tools/src/racoon/
H A 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);
H A Disakmp.h180 #define ISAKMP_GEN_TV 0x8000 macro
H A Disakmp_unity.c103 if ((type & ISAKMP_GEN_MASK) == ISAKMP_GEN_TV) {
H A 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);
H A Dracoonctl.c1448 if ((ntohs(attr->type) & ISAKMP_GEN_MASK) == ISAKMP_GEN_TV) {
H A Disakmp.c2388 data->type = htons((u_int16_t)type | ISAKMP_GEN_TV);
2454 data->type = htons((u_int16_t)type | ISAKMP_GEN_TV);
/external/tcpdump/
H A Disakmp.h186 #define ISAKMP_GEN_TV 0x8000 macro

Completed in 160 milliseconds