HomeSort by relevance Sort by last modified time
    Searched defs:PRUint16 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prnetdb.h 117 ** PRUint16 af Address family (either PR_AF_INET or PR_AF_INET6)
144 PRUint16 af,
189 ** PRUint16 port The port number to be assigned as part of the
206 PRIntn enumIndex, const PRHostEnt *hostEnt, PRUint16 port, PRNetAddr *address);
220 ** PRUint16 port The port number to be assigned in the structure.
239 PRNetAddrValue val, PRUint16 port, PRNetAddr *addr);
254 ** PRUint16 af The address family (either PR_AF_INET or PR_AF_INET6)
256 ** PRUint16 port The port number to be assigned in the structure.
267 PRNetAddrValue val, PRUint16 af, PRUint16 port, PRNetAddr *addr)
    [all...]
prtypes.h 275 ** TYPES: PRUint16
281 typedef unsigned short PRUint16;
284 #error No suitable type for PRInt16/PRUint16
292 * The maximum and minimum values of a PRInt16 or PRUint16.
456 typedef PRUint16 PRUnichar;

Completed in 1414 milliseconds