/third_party/pulseaudio/speex/include/speex/ |
H A D | speexdsp_types.h | 63 typedef u_int16_t spx_uint16_t; 72 typedef u_int16_t spx_uint16_t;
|
/third_party/ltp/testcases/network/stress/ns-tools/ |
H A D | ns-traffic.h | 130 u_int16_t p_ip6_zero1; 227 u_int16_t calc_checksum(u_int16_t *data, size_t size);
|
H A D | ns-icmpv4_sender.c | 69 u_int16_t fake_flag; 389 pkt.hdr.check = calc_checksum((u_int16_t *) (&pkt.hdr), in create_clean_packet() 391 icmp_p->hdr.checksum = calc_checksum((u_int16_t *) icmp_p, in create_clean_packet() 413 void thrust_fakes(struct ip4_datagram *pkt, u_int16_t fake_flag) in thrust_fakes() 523 calc_checksum((u_int16_t *) & (pkt->hdr), sizeof(struct iphdr)); in thrust_fakes()
|
H A D | ns-common.c | 146 u_int16_t calc_checksum(u_int16_t * data, size_t size) in calc_checksum() 149 u_int16_t *pos; in calc_checksum()
|
H A D | ns-icmpv6_sender.c | 70 u_int16_t fake_flag; 338 query_p->cksum = calc_checksum((u_int16_t *) (&pseudo), in create_mld_query() 402 echoreq_p->hdr.icmp6_cksum = calc_checksum((u_int16_t *) (&pseudo), in create_echo_request() 636 void thrust_fakes(struct ip6_datagram *pkt, u_int16_t fake_flag) in thrust_fakes()
|
H A D | ns-icmp_redirector.c | 416 sndip_p->hdr.check = calc_checksum((u_int16_t *) & (sndip_p->hdr), in return_icmp4_redirect() 433 sndicmp_p->hdr.checksum = calc_checksum((u_int16_t *) sndicmp_p, in return_icmp4_redirect() 557 sndna_p->defs.nd_na_cksum = calc_checksum((u_int16_t *) (&p_ip6), in return_neigh_adv() 659 sndrd_p->defs.nd_rd_cksum = calc_checksum((u_int16_t *) (&p_ip6), in return_icmp6_redirect()
|
H A D | ns-igmp_querier.c | 224 query->csum = calc_checksum((u_int16_t *) query, query_size); in create_query()
|
/third_party/ltp/testcases/kernel/syscalls/setsockopt/ |
H A D | setsockopt08.c | 121 xt_entry_match->u.user.match_size = (u_int16_t)match_size; in run() 124 xt_entry_tgt->u.user.target_size = (u_int16_t)tgt_size; in run()
|
/third_party/FreeBSD/sys/arm/arm/ |
H A D | in_cksum.c | 63 u_int16_t s[2]; 68 u_int16_t s[4];
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | types.h | 58 typedef unsigned short u_int16_t; typedef
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | types.h | 61 typedef unsigned short u_int16_t; typedef
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | types.h | 61 typedef unsigned short u_int16_t; typedef
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | types.h | 61 typedef unsigned short u_int16_t; typedef
|
/third_party/musl/include/sys/ |
H A D | types.h | 61 typedef unsigned short u_int16_t; typedef
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_wired.c | 65 u_int16_t secs; 66 u_int16_t flags;
|
H A D | driver_bsd.c | 620 creq.i_channel = (u_int16_t)channel; in bsd_set_freq()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_wired.c | 65 u_int16_t secs; 66 u_int16_t flags;
|
H A D | driver_bsd.c | 601 creq.i_channel = (u_int16_t)channel; in bsd_set_freq()
|
/third_party/toybox/toys/pending/ |
H A D | traceroute.c | 88 static u_int16_t in_cksum(u_int16_t *p, u_int len) in in_cksum() 96 u_int16_t w; in in_cksum()
|
/third_party/python/Modules/_ctypes/libffi_osx/x86/ |
H A D | x86-ffi64.c | 544 u_int16_t shortval = *(u_int16_t*)a; in ffi_call()
|
/third_party/NuttX/fs/nfs/ |
H A D | nfs_proto.h | 199 #define nfstov_mode(a) (fxdr_unsigned(u_int16_t, (a))&07777)
|
/third_party/toybox/porting/liteos_a/toys/net/ |
H A D | ping.c | 76 u_int16_t w; in pingchksum()
|
/third_party/rust/crates/libc/src/solid/ |
H A D | mod.rs | 56 pub type u_int16_t = u16; types
|
/third_party/python/Lib/lib2to3/tests/data/ |
H A D | infinite_recursion.py | 79 u_int16_t = c_ushort variable 2556 'u_int64_t', 'u_int16_t', 'sigset_t', '__darwin_ptrdiff_t',
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 5969 typedef unsigned int u_int16_t __attribute__ ((__mode__ (__HI__))); [all...] |