HomeSort by relevance Sort by last modified time
    Searched refs:u_int16_t (Results 1 - 25 of 143) sorted by null

1 2 3 4 5 6

  /bionic/libc/include/netinet/
udp.h 40 u_int16_t uh_sport;
41 u_int16_t uh_dport;
42 u_int16_t uh_ulen;
43 u_int16_t uh_sum;
46 u_int16_t source;
47 u_int16_t dest;
48 u_int16_t len;
49 u_int16_t check;
in_systm.h 53 typedef u_int16_t n_short; /* short as received from the net */
  /external/libpcap/pcap/
vlan.h 38 u_int16_t vlan_tpid; /* ETH_P_8021Q */
39 u_int16_t vlan_tci; /* VLAN TCI */
bluetooth.h 50 u_int16_t adapter_id;
51 u_int16_t opcode;
sll.h 84 u_int16_t sll_pkttype; /* packet type */
85 u_int16_t sll_hatype; /* link-layer address type */
86 u_int16_t sll_halen; /* link-layer address length */
88 u_int16_t sll_protocol; /* protocol */
nflog.h 45 u_int16_t nflog_rid; /* resource ID */
49 u_int16_t tlv_length; /* tlv length */
50 u_int16_t tlv_type; /* tlv type */
55 u_int16_t hw_protocol; /* hw protocol */
61 u_int16_t hw_addrlen; /* address length */
62 u_int16_t pad; /* padding to 32-bit boundary */
usb.h 60 u_int16_t wValue;
61 u_int16_t wIndex;
62 u_int16_t wLength;
83 u_int16_t bus_id;
108 u_int16_t bus_id;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/
udp.h 60 u_int16_t uh_sport; /* source port */
61 u_int16_t uh_dport; /* destination port */
62 u_int16_t uh_ulen; /* udp length */
63 u_int16_t uh_sum; /* udp checksum */
70 u_int16_t source;
71 u_int16_t dest;
72 u_int16_t len;
73 u_int16_t check;
tcp.h 67 u_int16_t th_sport; /* source port */
68 u_int16_t th_dport; /* destination port */
86 u_int16_t th_win; /* window */
87 u_int16_t th_sum; /* checksum */
88 u_int16_t th_urp; /* urgent pointer */
94 u_int16_t source;
95 u_int16_t dest;
99 u_int16_t res1:4;
100 u_int16_t doff:4;
101 u_int16_t fin:1
    [all...]
in_systm.h 35 typedef u_int16_t n_short; /* short as received from the net */
if_tr.h 43 u_int16_t rcf; /* route control field */
44 u_int16_t rseg[8]; /* routing registers */
54 u_int16_t ethertype; /* ether type field */
105 u_int16_t trn_rcf; /* route control field */
106 u_int16_t trn_rseg[8]; /* routing registers */
  /device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
fpu.h 14 u_int16_t fx_fcw;
15 u_int16_t fx_fsw;
18 u_int16_t fx_fop;
30 u_int16_t fp_ex_sw; /* saved status from last exception */
31 u_int16_t fp_ex_tw; /* saved tag from last exception */
40 u_int16_t fs_control;
41 u_int16_t fs_unused0;
42 u_int16_t fs_status;
43 u_int16_t fs_unused1;
44 u_int16_t fs_tag;
    [all...]
  /external/libpcap/
pcap-netfilter-linux-android.h 21 int android_nflog_send_config_cmd(int fd, u_int16_t group_id, u_int8_t cmd, u_int8_t family);
pcap-netfilter-linux-android.c 20 android_nflog_send_config_cmd(int fd, u_int16_t group_id, u_int8_t cmd, u_int8_t family)
  /bionic/libc/upstream-openbsd/lib/libc/net/
htons.c 12 u_int16_t
13 htons(u_int16_t x)
17 return (u_int16_t)(s[0] << 8 | s[1]);
ntohs.c 12 u_int16_t
13 ntohs(u_int16_t x)
17 return (u_int16_t)(s[0] << 8 | s[1]);
res_random.c 90 static const u_int16_t pfacts[PFAC_N] = {
96 static u_int16_t ru_x;
97 static u_int16_t ru_seed, ru_seed2;
98 static u_int16_t ru_a, ru_b;
99 static u_int16_t ru_g;
100 static u_int16_t ru_counter = 0;
101 static u_int16_t ru_msb = 0;
106 static u_int16_t pmod(u_int16_t, u_int16_t, u_int16_t)
    [all...]
  /external/iproute2/include/netinet/
tcp.h 65 u_int16_t th_sport; /* source port */
66 u_int16_t th_dport; /* destination port */
84 u_int16_t th_win; /* window */
85 u_int16_t th_sum; /* checksum */
86 u_int16_t th_urp; /* urgent pointer */
92 u_int16_t source;
93 u_int16_t dest;
97 u_int16_t res1:4;
98 u_int16_t doff:4;
99 u_int16_t fin:1
    [all...]
  /external/ipsec-tools/src/racoon/
nattraversal.h 60 u_int16_t float_port;
61 u_int16_t mode_udp_tunnel;
62 u_int16_t mode_udp_transport;
63 u_int16_t encaps_type; /* ESPINUDP / ESPINUDP_NON_IKE */
64 u_int16_t mode_udp_diff;
65 u_int16_t payload_nat_d;
66 u_int16_t payload_nat_oa;
71 u_int16_t sport;
72 u_int16_t dport;
74 u_int16_t frag
    [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/netinet/
in_systm.h 53 typedef u_int16_t n_short; /* short as received from the net */
tcp.h 67 u_int16_t th_sport; /* source port */
68 u_int16_t th_dport; /* destination port */
82 u_int16_t th_win; /* window */
83 u_int16_t th_sum; /* checksum */
84 u_int16_t th_urp; /* urgent pointer */
  /external/iproute2/lib/
dnet_pton.c 8 static __inline__ u_int16_t dn_htons(u_int16_t addr)
12 u_int16_t word;
16 return ((u_int16_t)u.byte[0]) | (((u_int16_t)u.byte[1]) << 8);
20 static int dnet_num(const char *src, u_int16_t * dst)
41 u_int16_t addr;
42 u_int16_t area = 0;
43 u_int16_t node = 0;
dnet_ntop.c 8 static __inline__ u_int16_t dn_ntohs(u_int16_t addr)
12 u_int16_t word;
16 return ((u_int16_t)u.byte[0]) | (((u_int16_t)u.byte[1]) << 8);
19 static __inline__ int do_digit(char *str, u_int16_t *addr, u_int16_t scale, size_t *pos, size_t len, int *started)
21 u_int16_t tmp = *addr / scale;
39 u_int16_t addr, area;
  /external/ipsec-tools/src/racoon/missing/crypto/rijndael/
rijndael_local.h 8 typedef u_int16_t word16;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
acct.h 39 typedef u_int16_t comp_t;
44 u_int16_t ac_uid; /* Real user ID. */
45 u_int16_t ac_gid; /* Real group ID. */
46 u_int16_t ac_tty; /* Controlling terminal. */
67 u_int16_t ac_tty; /* Control Terminal */

Completed in 302 milliseconds

1 2 3 4 5 6