Searched refs:uint16 (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-current/contrib/libpcap/
H A Drpcap-protocol.h137 typedef unsigned short uint16; /* 16-bit unsigned integer */ typedef
147 uint16 value; /* Message-dependent value (not always used) */
186 uint16 namelen; /* Length of the interface name */
187 uint16 desclen; /* Length of the interface description */
189 uint16 naddr; /* Number of addresses */
190 uint16 dummy; /* Must be zero */
237 uint16 family; /* Address family */
247 uint16 family; /* Address family */
248 uint16 port; /* Port number */
259 uint16 famil
[all...]
H A Dpcap-rpcap-int.h72 void rpcap_createhdr(struct rpcap_header *header, uint8 type, uint16 value, uint32 length);
H A Drpcap-protocol.c87 uint16 length;
89 length = (uint16)strlen(error);
137 rpcap_createhdr(struct rpcap_header *header, uint8 ver, uint8 type, uint16 value, uint32 length)
H A Dpcap-rpcap.c177 static int rpcap_check_msg_type(SOCKET sock, SSL *, uint8 request_type, struct rpcap_header *header, uint16 *errcode, char *errbuf);
1088 uint16 portdata = 0; /* temp variable needed to keep the network port for the data connection */
1908 sampling_pars->value = (uint16)htonl(fp->rmt_samp.value);
1975 uint16 length; /* length of the payload of this message */
1977 uint16 auth_type;
2004 length += (uint16)str_length;
2014 length += (uint16)str_length;
2023 auth_type = (uint16)auth->type;
2051 rpauth->slen1 = (uint16)strlen(auth->username);
2060 rpauth->slen2 = (uint16)strle
[all...]
/freebsd-current/lib/libsdp/
H A Dutil.c292 uint16_t uint16; member in union:__anon385
318 SDP_GET16(value.uint16, start);
319 printf("uint16 %u\n", value.uint16);
369 SDP_GET16(value.uint16, start);
370 printf("uuid16 %#4.4x - %s\n", value.uint16,
371 sdp_uuid2desc(value.uint16));
384 SDP_GET16(value.uint16, start);
385 printf("str16 %*.*s\n", value.uint16, value.uint16, star
[all...]
/freebsd-current/lib/libc/powerpcspe/softfloat/
H A Dpowerpc-gcc.h31 typedef unsigned int uint16; typedef
/freebsd-current/lib/libc/riscv/softfloat/
H A Driscv-gcc.h31 typedef int uint16; typedef
/freebsd-current/lib/libc/powerpc/softfloat/
H A Dpowerpc-gcc.h35 typedef unsigned int uint16; typedef
/freebsd-current/lib/libc/powerpc64/softfloat/
H A Dpowerpc-gcc.h31 typedef unsigned int uint16; typedef
/freebsd-current/lib/libc/arm/softfloat/
H A Darm-gcc.h35 typedef int uint16; typedef
/freebsd-current/crypto/openssh/
H A Dsntrup761.c21 #define uint16 crypto_uint16 macro
125 static void uint32_divmod_uint14(uint32 *q,uint16 *r,uint32 x,uint16 m)
169 static uint16 uint32_mod_uint14(uint32 x,uint16 m)
172 uint16 r;
179 static void int32_divmod_uint14(int32 *q,uint16 *r,int32 x,uint16 m)
182 uint16 ur,ur2;
194 static uint16 int32_mod_uint1
[all...]
H A Dsntrup761.sh38 for t in int8 uint8 int16 uint16 int32 uint32 int64 uint64; do
53 -e "s/^uint16 /static uint16 /g" \
H A Ded25519.sh39 for t in int8 uint8 int16 uint16 int32 uint32 int64 uint64; do
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/avr/
H A Dudivmodhi4.S1 //===------------ udivmodhi4.S - uint16 div & mod -------------------------===//
11 // prototype is `struct {uint16, uint16} __udivmodhi4(uint16, uint16)`.
12 // The uint16 quotient is returned via R23:R22, and the uint16 remainder is
26 ldi r21, 17 ; Only loop 16 rounds for uint16.
/freebsd-current/usr.sbin/bluetooth/sdpcontrol/
H A Dsearch.c170 uint16_t uint16; member in union:__anon63
181 SDP_GET16(value.uint16, start);
182 fprintf(stdout, "\t%s (%#4.4x)\n", sdp_uuid2desc(value.uint16),
183 value.uint16);
229 SDP_GET16(value.uint16, start);
230 fprintf(stdout, "u/int/uuid16 %u\n", value.uint16);
/freebsd-current/contrib/libcbor/src/cbor/
H A Dcallbacks.h55 cbor_int16_callback uint16; member in struct:cbor_callbacks
H A Dcallbacks.c80 .uint16 = cbor_null_uint16_callback,
/freebsd-current/sys/netpfil/pf/
H A Dpf_nv.h68 PF_NV_DEF_UINT(uint16, uint16_t, UINT16_MAX);
/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A Dopencl-c.h3921 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...]
/freebsd-current/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_value.h251 BHND_NVRAM_VAL_FMT_DECL(uint16); variable
/freebsd-current/sbin/hastd/
H A Dnv.c417 NV_DEFINE_ADD(uint16, UINT16)
442 NV_DEFINE_ADD_ARRAY(uint16, UINT16)
515 NV_DEFINE_GET(uint16, UINT16)
546 NV_DEFINE_GET_ARRAY(uint16, UINT16)
659 printf("(uint16): %ju", swap ?
702 printf("(uint16 array):");
/freebsd-current/sys/contrib/openzfs/lib/libnvpair/
H A Dlibnvpair.c219 NVLIST_PRTFUNC(uint16, uint16_t, uint16_t, "0x%x")
450 NVLIST_PRINTCTL_REPLACE(uint16, uint16_t)
639 RENDER(pctl, uint16, nvl, name, val);
849 NVP(elem, uint16, uint16_t, int, "%u");
/freebsd-current/contrib/libpcap/rpcapd/
H A Ddaemon.c1614 uint16 nif = 0; // counts the number of interface listed
1711 uint16 lname, ldescr;
1730 ldescr = (uint16) strlen(d->description);
1734 lname = (uint16) strlen(d->name);
2552 RPCAP_MSG_STATS_REPLY, 0, (uint16) sizeof(struct rpcap_stats));
2725 (uint16) (sizeof(struct rpcap_pkthdr) + pkt_header->caplen));
/freebsd-current/contrib/llvm-project/lldb/bindings/interface/
H A DSBDataExtensions.i138 uint16 = property(_make_helper_uint16, None, doc='''A read only property that returns an array-like object out of which you can read uint16 values.''')
148 uint16s = property(_read_all_uint16, None, doc='''A read only property that returns an array with all the contents of this SBData represented as uint16 values.''')
/freebsd-current/sys/contrib/xen/
H A Dxen.h979 __DEFINE_XEN_GUEST_HANDLE(uint16, uint16_t);

Completed in 256 milliseconds

12