Home | History | Annotate | Download | only in dist

Lines Matching refs:uint16

137 typedef unsigned short uint16;	/* 16-bit unsigned integer */
149 uint16 value; /* Message-dependent value (not always used) */
188 uint16 namelen; /* Length of the interface name */
189 uint16 desclen; /* Length of the interface description */
191 uint16 naddr; /* Number of addresses */
192 uint16 dummy; /* Must be zero */
239 uint16 family; /* Address family */
249 uint16 family; /* Address family */
250 uint16 port; /* Port number */
261 uint16 family; /* Address family */
262 uint16 port; /* Port number */
293 uint16 flags; /* Flags (see RPCAP_STARTCAPREQ_FLAG_xxx) */
294 uint16 portdata; /* Network port on which the client is waiting at (if 'serveropen') */
301 uint16 portdata; /* Network port on which the server is waiting at (passive mode only) */
302 uint16 dummy; /* Must be zero */
327 uint16 filtertype; /* type of the filter transferred (BPF instructions, ...) */
328 uint16 dummy; /* Must be zero */
335 uint16 code; /* opcode of the instruction */
344 uint16 type; /* Authentication type */
345 uint16 dummy; /* Must be zero */
346 uint16 slen1; /* Length of the first authentication item (e.g. username) */
347 uint16 slen2; /* Length of the second authentication item (e.g. password) */
364 uint16 dummy2; /* Must be zero */
447 extern void rpcap_createhdr(struct rpcap_header *header, uint8 ver, uint8 type, uint16 value, uint32 length);
449 extern int rpcap_senderror(PCAP_SOCKET sock, SSL *ssl, uint8 ver, uint16 errcode, const char *error, char *errbuf);