Home
last modified time | relevance | path

Searched refs:u_int16_t (Results 1 – 25 of 32) sorted by relevance

12

/third_party/ltp/testcases/network/stress/ns-tools/
Dns-traffic.h130 u_int16_t p_ip6_zero1;
227 u_int16_t calc_checksum(u_int16_t *data, size_t size);
Dns-icmpv4_sender.c69 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()
Dns-common.c146 u_int16_t calc_checksum(u_int16_t * data, size_t size) in calc_checksum()
149 u_int16_t *pos; in calc_checksum()
Dns-icmpv6_sender.c70 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()
Dns-icmp_redirector.c416 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()
Dns-igmp_querier.c224 query->csum = calc_checksum((u_int16_t *) query, query_size); in create_query()
/third_party/ltp/testcases/kernel/syscalls/setsockopt/
Dsetsockopt08.c119 xt_entry_match->u.user.match_size = (u_int16_t)match_size; in run()
122 xt_entry_tgt->u.user.target_size = (u_int16_t)tgt_size; in run()
/third_party/FreeBSD/sys/arm/arm/
Din_cksum.c63 u_int16_t s[2];
68 u_int16_t s[4];
/third_party/FreeBSD/sys/crypto/rijndael/
Drijndael_local.h6 typedef u_int16_t u16;
/third_party/f2fs-tools/lib/
Dlibf2fs.c109 static u_int16_t *wchar_to_utf16(u_int16_t *output, wchar_t wc, size_t outsize) in wchar_to_utf16()
125 int utf8_to_utf16(u_int16_t *output, const char *input, size_t outsize, in utf8_to_utf16()
129 u_int16_t *outp = output; in utf8_to_utf16()
148 static const u_int16_t *utf16_to_wchar(const u_int16_t *input, wchar_t *wc, in utf16_to_wchar()
211 int utf16_to_utf8(char *output, const u_int16_t *input, size_t outsize, in utf16_to_utf8()
214 const u_int16_t *inp = input; in utf16_to_utf8()
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dtypes.h58 typedef unsigned short u_int16_t; typedef
/third_party/musl/include/sys/
Dtypes.h61 typedef unsigned short u_int16_t; typedef
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dtypes.h61 typedef unsigned short u_int16_t; typedef
/third_party/musl/porting/uniproton/kernel/include/sys/
Dtypes.h61 typedef unsigned short u_int16_t; typedef
/third_party/musl/ndk_musl_include/sys/
Dtypes.h61 typedef unsigned short u_int16_t; typedef
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dtypes.h61 typedef unsigned short u_int16_t; typedef
/third_party/f2fs-tools/include/
Df2fs_fs.h67 typedef uint16_t u_int16_t; typedef
73 typedef u_int16_t u16;
376 u_int16_t s_encoding;
377 u_int16_t s_encoding_flags;
1195 extern int utf8_to_utf16(u_int16_t *, const char *, size_t, size_t);
1196 extern int utf16_to_utf8(char *, const u_int16_t *, size_t, size_t);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver_wired.c65 u_int16_t secs;
66 u_int16_t flags;
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver_wired.c65 u_int16_t secs;
66 u_int16_t flags;
/third_party/f2fs-tools/tools/f2fs_io/
Df2fs_io.h28 typedef u_int16_t u16;
/third_party/toybox/toys/pending/
Dtraceroute.c88 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/
Dx86-ffi64.c544 u_int16_t shortval = *(u_int16_t*)a; in ffi_call()
/third_party/toybox/porting/liteos_a/toys/net/
Dping.c76 u_int16_t w; in pingchksum()
/third_party/NuttX/fs/nfs/
Dnfs_proto.h199 #define nfstov_mode(a) (fxdr_unsigned(u_int16_t, (a))&07777)
/third_party/libexif/m4m/
Dstdint.m461 typedef u_int16_t uint16_t;
459 typedef u_int16_t uint16_t;

12