Home
last modified time | relevance | path

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

/netbsd/src/crypto/dist/ipsec-tools/src/racoon/
Disakmp_xauth.c164 typeattr->type = htons(XAUTH_TYPE | ISAKMP_GEN_TV); in xauth_sendreq()
427 stattr->type = htons(XAUTH_STATUS | ISAKMP_GEN_TV); in xauth_sendstatus()
1492 if ((ntohs(attr->type) & ISAKMP_GEN_TV) == 0) { in isakmp_xauth_req()
1556 if ((ntohs(attr->type) & ISAKMP_GEN_TV) == 0) { in isakmp_xauth_req()
1587 attr->type = htons(type | ISAKMP_GEN_TV); in isakmp_xauth_req()
1673 if ((ntohs(attr->type) & ISAKMP_GEN_TV) == 0) { in isakmp_xauth_set()
1704 attr->type = htons(type | ISAKMP_GEN_TV); in isakmp_xauth_set()
Disakmp.h180 #define ISAKMP_GEN_TV 0x8000 macro
Disakmp_unity.c104 if ((type & ISAKMP_GEN_MASK) == ISAKMP_GEN_TV) { in isakmp_unity_req()
Disakmp_cfg.c322 if ((type & ISAKMP_GEN_MASK) == ISAKMP_GEN_TV) { in isakmp_cfg_reply()
502 if ((type & ISAKMP_GEN_MASK) == ISAKMP_GEN_TV) { in isakmp_cfg_request()
695 if ((type & ISAKMP_GEN_MASK) == ISAKMP_GEN_TV) { in isakmp_cfg_set()
956 new->type = htons(type | ISAKMP_GEN_TV); in isakmp_cfg_short()
Dracoonctl.c1274 if ((ntohs(attr->type) & ISAKMP_GEN_MASK) == ISAKMP_GEN_TV) { in print_cfg()
Disakmp.c2393 data->type = htons((uint16_t)type | ISAKMP_GEN_TV); in isakmp_set_attr_l()
2452 data->type = htons((uint16_t)type | ISAKMP_GEN_TV); in isakmp_add_attr_l()