Searched refs:avp_type (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/ppp-786.1.1/Drivers/L2TP/L2TP-plugin/
H A Dl2tp.c548 u_int16_t avp_type; local
572 avp_type = ntohs(avp_hdr.type);
576 error("L2TP received AVP with bad length... AVP type = %d\n", avp_type);
594 error("L2TP received invalid madatory AVP... AVP type = %d\n", avp_type);
603 if (avp_type != L2TP_AVP_MSG_TYPE || avp_flags & L2TP_AVP_FLAGS_H ||
605 error("L2TP invalid Message Type AVP... AVP type = %d\n", avp_type);
622 error("L2TP error while unhiding a hidden AVP... AVP type = %d\n", avp_type);
627 if (avp_type <= L2TP_LAST_AVP_TYPE) {
628 attr_size = avp_attr[avp_type].size;
630 error("L2TP AVP with invalid len... AVP type = %d\n", avp_type);
[all...]
/macosx-10.10.1/eap8021x-198/EAP8021X.fproj/
H A Dpeap_plugin.c97 uint8_t avp_type[2]; member in struct:EAPExtensionsPacket_s
107 uint8_t avp_type[2]; member in struct:EAPExtensionsResultPacket_s
140 net_uint16_set(pkt->avp_type, type);
147 return (net_uint16_get(pkt->avp_type));
165 EAPExtensionsAVPTypeType(uint16_t avp_type) argument
167 return (avp_type & kEAPExtensionsAVPTypeMask);
606 EAPExtensionsAVPType avp_type; local
619 avp_type = EAPExtensionsPacketGetAVPType(in_pkt_p);
620 if (EAPExtensionsAVPTypeType(avp_type) != kEAPExtensionsAVPTypeResult) {

Completed in 192 milliseconds