| /freebsd-12.1/contrib/libpcap/ |
| H A D | rpcap-protocol.h | 209 uint16 dummy; /* Must be zero */ 256 uint16 family; /* Address family */ 266 uint16 family; /* Address family */ 267 uint16 port; /* Port number */ 278 uint16 family; /* Address family */ 279 uint16 port; /* Port number */ 319 uint16 dummy; /* Must be zero */ 341 uint16 dummy; /* Must be zero */ 357 uint16 type; /* Authentication type */ 358 uint16 dummy; /* Must be zero */ [all …]
|
| H A D | rpcap-protocol.c | 85 uint16 length; in rpcap_senderror() 87 length = (uint16)strlen(error); in rpcap_senderror() 135 rpcap_createhdr(struct rpcap_header *header, uint8 ver, uint8 type, uint16 value, uint32 length) in rpcap_createhdr()
|
| H A D | pcap-rpcap-int.h | 72 void rpcap_createhdr(struct rpcap_header *header, uint8 type, uint16 value, uint32 length);
|
| H A D | pcap-rpcap.c | 161 …k_msg_type(SOCKET sock, uint8 request_type, struct rpcap_header *header, uint16 *errcode, char *er… 1759 sampling_pars->value = (uint16)htonl(fp->rmt_samp.value); in pcap_setsampling_remote() 1893 uint16 length; /* length of the payload of this message */ in rpcap_sendauth() 1894 uint16 errcode; in rpcap_sendauth() 1896 uint16 auth_type; in rpcap_sendauth() 1918 length += (uint16)str_length; in rpcap_sendauth() 1928 length += (uint16)str_length; in rpcap_sendauth() 1937 auth_type = (uint16)auth->type; in rpcap_sendauth() 1966 rpauth->slen1 = (uint16)strlen(auth->username); in rpcap_sendauth() 1975 rpauth->slen2 = (uint16)strlen(auth->password); in rpcap_sendauth() [all …]
|
| /freebsd-12.1/lib/libsdp/ |
| H A D | util.c | 293 uint16_t uint16; in sdp_print() member 319 SDP_GET16(value.uint16, start); in sdp_print() 370 SDP_GET16(value.uint16, start); in sdp_print() 372 sdp_uuid2desc(value.uint16)); in sdp_print() 385 SDP_GET16(value.uint16, start); in sdp_print() 386 printf("str16 %*.*s\n", value.uint16, value.uint16, start); in sdp_print() 387 start += value.uint16; in sdp_print() 410 start += value.uint16; in sdp_print() 429 start += value.uint16; in sdp_print() 445 printf("url16 %*.*s\n", value.uint16, value.uint16, start); in sdp_print() [all …]
|
| /freebsd-12.1/usr.sbin/bluetooth/sdpcontrol/ |
| H A D | search.c | 170 uint16_t uint16; in print_protocol_descriptor() member 181 SDP_GET16(value.uint16, start); in print_protocol_descriptor() 182 fprintf(stdout, "\t%s (%#4.4x)\n", sdp_uuid2desc(value.uint16), in print_protocol_descriptor() 183 value.uint16); in print_protocol_descriptor() 229 SDP_GET16(value.uint16, start); in print_protocol_descriptor() 230 fprintf(stdout, "u/int/uuid16 %u\n", value.uint16); in print_protocol_descriptor()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Headers/ |
| H A D | opencl-c.h | 9797 uint16 __ovld __cnfn mad_hi(uint16 a, uint16 b, uint16 c); 9849 uint16 __ovld __cnfn mad_sat(uint16 a, uint16 b, uint16 c); 10344 uint16 __ovld __cnfn mad24(uint16 x, uint16 y, uint16 z); 11352 uint16 __ovld __cnfn bitselect(uint16 a, uint16 b, uint16 c); 11490 uint16 __ovld __cnfn select(uint16 a, uint16 b, uint16 c); 16853 uint16 __ovld amd_bitalign(uint16 a, uint16 b, uint16 c); 16860 uint16 __ovld amd_bytealign(uint16 a, uint16 b, uint16 c); 16867 uint16 __ovld amd_lerp(uint16 a, uint16 b, uint16 c); 16878 uint16 __ovld amd_sadhi(uint16 a, uint16 b, uint16 c); 16885 uint16 __ovld amd_sad(uint16 a, uint16 b, uint16 c); [all …]
|
| /freebsd-12.1/tools/test/testfloat/ |
| H A D | random.h | 27 uint16 randomUint16( void );
|
| H A D | random.c | 40 uint16 randomUint16( void ) in randomUint16()
|
| H A D | testCases.c | 1729 static const uint16 floatx80QIn[ floatx80NumQIn ] = { 1754 static const uint16 floatx80QOut[ floatx80NumQOut ] = { 2226 static const uint16 floatx80QInfWeightMasks[ floatx80NumQInfWeightMasks ] = { 2243 static const uint16 floatx80QInfWeightOffsets[ floatx80NumQInfWeightMasks ] = { 2274 z.high |= ( (uint16) ( randomUint8() & 1 ) )<<15; in floatx80RandomQInfP3() 2290 z.high |= ( (uint16) ( randomUint8() & 1 ) )<<15; in floatx80RandomQInfPInf()
|
| /freebsd-12.1/tools/test/testfloat/sparc64/ |
| H A D | sparc64.h | 50 typedef int uint16; typedef
|
| /freebsd-12.1/lib/libc/riscv/softfloat/ |
| H A D | riscv-gcc.h | 32 typedef int uint16; typedef
|
| /freebsd-12.1/lib/libc/powerpc64/softfloat/ |
| H A D | powerpc-gcc.h | 32 typedef unsigned int uint16; typedef
|
| /freebsd-12.1/lib/libc/powerpc/softfloat/ |
| H A D | powerpc-gcc.h | 32 typedef unsigned int uint16; typedef
|
| /freebsd-12.1/lib/libc/powerpcspe/softfloat/ |
| H A D | powerpc-gcc.h | 32 typedef unsigned int uint16; typedef
|
| /freebsd-12.1/lib/libc/mips/softfloat/ |
| H A D | mips-gcc.h | 36 typedef int uint16; typedef
|
| /freebsd-12.1/lib/libc/arm/softfloat/ |
| H A D | arm-gcc.h | 36 typedef int uint16; typedef
|
| /freebsd-12.1/sbin/hastd/ |
| H A D | nv.c | 420 NV_DEFINE_ADD(uint16, UINT16) in NV_DEFINE_ADD() 445 NV_DEFINE_ADD_ARRAY(uint16, UINT16) 518 NV_DEFINE_GET(uint16, UINT16) in NV_DEFINE_GET() 549 NV_DEFINE_GET_ARRAY(uint16, UINT16)
|
| /freebsd-12.1/sys/contrib/octeon-sdk/ |
| H A D | cvmx-access-native.h | 490 CVMX_BUILD_WRITE64(uint16, "sh"); 505 CVMX_BUILD_READ64(uint16, "lhu");
|
| /freebsd-12.1/sys/dev/bhnd/nvram/ |
| H A D | bhnd_nvram_value.h | 254 BHND_NVRAM_VAL_FMT_DECL(uint16);
|
| H A D | bhnd_nvram_value_fmts.c | 210 BHND_NVRAM_VAL_FMT_NATIVE(uint16, UINT16);
|
| /freebsd-12.1/cddl/contrib/opensolaris/lib/libnvpair/ |
| H A D | libnvpair.c | 208 NVLIST_PRTFUNC(uint16, uint16_t, uint16_t, "0x%x") 435 NVLIST_PRINTCTL_REPLACE(uint16, uint16_t) 623 RENDER(pctl, uint16, nvl, name, val); in nvlist_print_with_indent() 834 NVP(elem, uint16, uint16_t, int, "%u"); in dump_nvlist()
|
| /freebsd-12.1/sys/xen/interface/ |
| H A D | xen.h | 886 __DEFINE_XEN_GUEST_HANDLE(uint16, uint16_t);
|
| /freebsd-12.1/contrib/unbound/doc/ |
| H A D | Changelog | 9044 - do not do useless byteswap on query id. Store reply flags in uint16
|