ItemWithType
if (!ack.ItemWithType(IPCP_ADDRESS))
if (!request.ItemWithType(IPCP_ADDRESS) && fPeerRequests.address == INADDR_ANY) {
if (!ack.ItemWithType(IPCP_ADDRESS))
ppp_configure_item *item = ack.ItemWithType(kACFCType);
if (nak.ItemWithType(kACFCType))
if (reject.ItemWithType(kACFCType)) {
if (ack.ItemWithType(kACFCType))
if (!request.ItemWithType(kACFCType))
(authentication_item*) nak.ItemWithType(kAuthenticationType);
if (reject.ItemWithType(kAuthenticationType))
(authentication_item*) ack.ItemWithType(kAuthenticationType);
(authentication_item*) ack.ItemWithType(kAuthenticationType);
return ParseRequestedItem((mru_item*) ack.ItemWithType(kMRUType), Interface());
mru_item *item = (mru_item*) nak.ItemWithType(kMRUType);
if (reject.ItemWithType(kMRUType))
mru_item *item = (mru_item*) ack.ItemWithType(kMRUType);
ppp_configure_item *item = ack.ItemWithType(kPFCType);
if (nak.ItemWithType(kPFCType))
if (reject.ItemWithType(kPFCType)) {
if (ack.ItemWithType(kPFCType))
if (!request.ItemWithType(kPFCType))
ppp_configure_item *ItemWithType(uint8 type) const;