statpcpserverResult Structure Definition

The statpcpserverResult structure defines the return type for statpcpserver API.

Syntax



Members

rc

If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings.

message

If the method succeeds, message is NULL else message contains Error/Warning message.

pcpserverList

Pointer to the pcpserver List.


pcpserverstats Structure Definition

The pcpserverstats structure defines the actual return type values for statpcpserver API.

Syntax



Members

name

PCP Statistics per Server

clearstats

Clear the statsistics / counters

_nextgenapiresource


pcptotrequests

PCP Request received.

pcprequestsrate

PCP Request received.

pcptotresponses

Number PCP responces sent.

pcpresponsesrate

Rate PCP responces sent.

pcptotmaprequests

PCP MAP Requests received.

pcpmaprequestsrate

PCP MAP Requests received.

pcptotpeerrequests

PCP PEER Requests received.

pcppeerrequestsrate

PCP PEER Requests received.

pcptoterrinrquest

total PCP request with error.

pcperrinrquestrate

Rate PCP request with error.

pcptoterrinres

Total PCP responses with errors.

pcperrinresrate

Rate PCP responses with errors.

pcptotunsuppvers

PCP request with unsupported version.

pcpunsuppversrate

PCP request with unsupported version.

pcptotmalformedreq

total PCP request having malformed PCP packets.

pcpmalformedreqrate

Rate PCP request having malformed PCP packets.

pcptotunsuppopcode

total Unsupproted OPCODES received Requests.

pcpunsuppopcoderate

Rate Unsupproted OPCODES received Requests.

pcptotunsuppoption

total Unsupproted OPTIONS received in requests.

pcpunsuppoptionrate

Rate Unsupproted OPTIONS received in requests.

pcptotmalformedoption

total malformed OPTIONS received in requests.

pcpmalformedoptionrate

Rate malformed OPTIONS received in requests.

pcptotnetfailure

Total Network Failures.

pcpnetfailurerate

Rate Network Failures.

pcptotnoresources

no resources

pcpnoresourcesrate

no resources

pcptotunsupportedprotocol

Total Unsupported Protocols requests.

pcpunsupportedprotocolrate

Rate Unsupported Protocols requests.

pcptotuserexqouta

Total user ex quota.

pcpuserexqoutarate

Rate user ex quota.

pcptotnoexternal

Total responses with opcode can not provide external.

pcpnoexternalrate

Rate responses with opcode can not provide external.

pcptotaddrmismatch

Total address mismatch.

pcpaddrmismatchrate

Rate address mismatch.

pcptotexcesspeers

Total responses with opcode excessive remote peers.

pcpexcesspeersrate

Rate responses with opcode excessive remote peers.

See Also