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

/haiku/src/add-ons/kernel/network/ppp/modem/
H A DACFCHandler.cpp11 static const uint8 kACFCType = 0x8; variable
15 : KPPPOptionHandler("ACFC Handler", kACFCType, interface, NULL),
33 item.type = kACFCType;
43 if (nak.ItemWithType(kACFCType))
53 if (reject.ItemWithType(kACFCType)) {
67 if (ack.ItemWithType(kACFCType))
84 if (!request.ItemWithType(kACFCType))
89 item.type = kACFCType;
101 ppp_configure_item *item = ack.ItemWithType(kACFCType);

Completed in 21 milliseconds