Searched defs:PRUint16 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/npapi/npspy/extern/nspr/
H A Dprnetdb.h117 ** 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 por
483 NSPR_API(PRUint16) PR_ntohs(PRUint16); variable
486 NSPR_API(PRUint16) PR_htons(PRUint16); variable
[all...]
H A Dprtypes.h275 ** TYPES: PRUint16
281 typedef unsigned short PRUint16; typedef
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 94 milliseconds