/freebsd/contrib/libpcap/ |
H A D | rpcap-protocol.h | 137 typedef unsigned short uint16; /* 16-bit unsigned integer */ typedef 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 */ [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.c | 175 …CAP_SOCKET sock, SSL *, uint8 request_type, struct rpcap_header *header, uint16 *errcode, char *er… 1088 uint16 portdata = 0; /* temp variable needed to keep the network port for the data connection */ in pcap_startcapture_remote() 1912 sampling_pars->value = (uint16)htonl(fp->rmt_samp.value); in pcap_setsampling_remote() 1979 uint16 length; /* length of the payload of this message */ in rpcap_doauth() 1981 uint16 auth_type; in rpcap_doauth() 2008 length += (uint16)str_length; in rpcap_doauth() 2018 length += (uint16)str_length; in rpcap_doauth() 2027 auth_type = (uint16)auth->type; in rpcap_doauth() 2055 rpauth->slen1 = (uint16)strlen(auth->username); in rpcap_doauth() 2064 rpauth->slen2 = (uint16)strlen(auth->password); in rpcap_doauth() [all …]
|
/freebsd/lib/libsdp/ |
H A D | util.c | 292 uint16_t uint16; in sdp_print() member 318 SDP_GET16(value.uint16, start); in sdp_print() 319 printf("uint16 %u\n", value.uint16); in sdp_print() 369 SDP_GET16(value.uint16, start); in sdp_print() 370 printf("uuid16 %#4.4x - %s\n", value.uint16, in sdp_print() 371 sdp_uuid2desc(value.uint16)); in sdp_print() 384 SDP_GET16(value.uint16, start); in sdp_print() 385 printf("str16 %*.*s\n", value.uint16, value.uint16, start); in sdp_print() 386 start += value.uint16; in sdp_print() 406 SDP_GET16(value.uint16, start); in sdp_print() [all …]
|
/freebsd/contrib/bc/tests/bc/ |
H A D | lib2.txt | 311 uint16(0) 320 uint16(1) 332 uint16(127) 344 uint16(128) 356 uint16(129) 368 uint16(255) 380 uint16(256) 389 uint16(32767) 398 uint16(32768) 407 uint16(32769) [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | opencl-c.h | 3921 char16 __ovld __cnfn convert_char16_rte(uint16); 3922 char16 __ovld __cnfn convert_char16_sat_rte(uint16); 3923 char16 __ovld __cnfn convert_char16_rtz(uint16); 3924 char16 __ovld __cnfn convert_char16_sat_rtz(uint16); 3925 char16 __ovld __cnfn convert_char16_rtp(uint16); 3926 char16 __ovld __cnfn convert_char16_sat_rtp(uint16); 3927 char16 __ovld __cnfn convert_char16_rtn(uint16); 3928 char16 __ovld __cnfn convert_char16_sat_rtn(uint16); 3929 char16 __ovld __cnfn convert_char16(uint16); 3930 char16 __ovld __cnfn convert_char16_sat(uint16); [all …]
|
H A D | opencl-c-base.h | 196 typedef uint uint16 __attribute__((ext_vector_type(16))); typedef 606 #define as_uint16(x) __builtin_astype((x), uint16)
|
/freebsd/usr.sbin/bluetooth/sdpcontrol/ |
H A D | search.c | 170 uint16_t uint16; in print_protocol_descriptor() 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() 169 uint16_t uint16; print_protocol_descriptor() member
|
/freebsd/lib/libc/powerpc64/softfloat/ |
H A D | powerpc-gcc.h | 31 typedef unsigned int uint16; typedef
|
/freebsd/lib/libc/powerpcspe/softfloat/ |
H A D | powerpc-gcc.h | 31 typedef unsigned int uint16; typedef
|
/freebsd/lib/libc/riscv/softfloat/ |
H A D | riscv-gcc.h | 31 typedef int uint16; typedef
|
/freebsd/lib/libc/powerpc/softfloat/ |
H A D | powerpc-gcc.h | 35 typedef unsigned int uint16; typedef
|
/freebsd/lib/libc/arm/softfloat/ |
H A D | arm-gcc.h | 35 typedef int uint16; typedef
|
/freebsd/crypto/openssh/ |
H A D | sntrup761.sh | 33 for t in int8 uint8 int16 uint16 int32 uint32 int64 uint64; do
|
H A D | ed25519.sh | 39 for t in int8 uint8 int16 uint16 int32 uint32 int64 uint64; do
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/avr/ |
H A D | udivmodhi4.S | 26 ldi r21, 17 ; Only loop 16 rounds for uint16.
|
/freebsd/sys/netpfil/pf/ |
H A D | pf_nv.h | 68 PF_NV_DEF_UINT(uint16, uint16_t, UINT16_MAX);
|
/freebsd/contrib/libcbor/src/cbor/ |
H A D | callbacks.h | 55 cbor_int16_callback uint16; member
|
H A D | callbacks.c | 80 .uint16 = cbor_null_uint16_callback,
|
H A D | streaming.c | 94 callbacks->uint16(context, _cbor_load_uint16(source + 1)); in cbor_stream_decode()
|
/freebsd/sys/dev/bhnd/nvram/ |
H A D | bhnd_nvram_value.h | 251 BHND_NVRAM_VAL_FMT_DECL(uint16);
|
/freebsd/sys/contrib/openzfs/lib/libnvpair/ |
H A D | libnvpair.c | 219 NVLIST_PRTFUNC(uint16, uint16_t, uint16_t, "0x%x") 450 NVLIST_PRINTCTL_REPLACE(uint16, uint16_t) 639 RENDER(pctl, uint16, nvl, name, val); in nvlist_print_with_indent() 849 NVP(elem, uint16, uint16_t, int, "%u"); in dump_nvlist()
|
/freebsd/contrib/libpcap/rpcapd/ |
H A D | daemon.c | 1612 uint16 nif = 0; // counts the number of interface listed in daemon_msg_findallif_req() 1709 uint16 lname, ldescr; in daemon_msg_findallif_req() 1728 ldescr = (uint16) strlen(d->description); in daemon_msg_findallif_req() 1732 lname = (uint16) strlen(d->name); in daemon_msg_findallif_req() 2554 RPCAP_MSG_STATS_REPLY, 0, (uint16) sizeof(struct rpcap_stats)); in daemon_msg_stats_req() 2727 (uint16) (sizeof(struct rpcap_pkthdr) + pkt_header->caplen)); in daemon_thrdatamain()
|
/freebsd/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBDataExtensions.i | 138 …uint16 = property(_make_helper_uint16, None, doc='''A read only property that returns an array-lik…
|
/freebsd/sys/contrib/xen/ |
H A D | xen.h | 979 __DEFINE_XEN_GUEST_HANDLE(uint16, uint16_t);
|