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

1 2 3 4 5 6 7

  /bionic/libc/kernel/uapi/linux/
coda_psdev.h 27 u_short uc_flags;
28 u_short uc_inSize;
29 u_short uc_outSize;
30 u_short uc_opcode;
  /external/kernel-headers/original/uapi/linux/
coda_psdev.h 15 u_short uc_flags;
16 u_short uc_inSize; /* Size is at most 5000 bytes */
17 u_short uc_outSize;
18 u_short uc_opcode; /* copied from data to save lookup */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
coda_psdev.h 14 u_short uc_flags;
15 u_short uc_inSize; /* Size is at most 5000 bytes */
16 u_short uc_outSize;
17 u_short uc_opcode; /* copied from data to save lookup */
  /external/libpcap/
nametoaddr.h 44 int __pcap_nametodnaddr(const char *, u_short *);
pcap-common.h 18 ( (((y)&0xff)<<8) | ((u_short)((y)&0xff00)>>8) )
  /device/linaro/bootloader/edk2/StdLib/Include/netatalk/
at.h 57 u_short s_net;
61 #define ATADDR_ANYNET (u_short)0x0000
68 u_short nr_firstnet;
69 u_short nr_lastnet;
  /external/ppp/pppd/
ccp.h 41 u_short bsd_bits; /* # bits/code for BSD Compress */
42 u_short deflate_size; /* lg(window size) for Deflate */
ipv6cp.h 159 u_short vj_protocol; /* protocol value to use in VJ option */
  /external/tcpdump/
addrtoname.h 45 extern const char *etherproto_string(netdissect_options *, u_short);
46 extern const char *tcpport_string(netdissect_options *, u_short);
47 extern const char *udpport_string(netdissect_options *, u_short);
49 extern const char *dnaddr_string(netdissect_options *, u_short);
51 extern const char *ipxsap_string(netdissect_options *, u_short);
print-vjc.c 86 vjc_print(netdissect_options *ndo, register const char *bp, u_short proto _U_)
109 ND_PRINT((ndo, "sum=0x%04x ", *(const u_short *)&bp[3]));
print-ipx.c 65 static void ipx_sap_print(netdissect_options *, const u_short *, u_int);
66 static void ipx_rip_print(netdissect_options *, const u_short *, u_int);
112 register u_short dstSkt;
120 ipx_sap_print(ndo, (const u_short *)datap, length);
123 ipx_rip_print(ndo, (const u_short *)datap, length);
150 ipx_sap_print(netdissect_options *ndo, const u_short *ipx, u_int length)
202 ipx_rip_print(netdissect_options *ndo, const u_short *ipx, u_int length)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_bsd_types.h 14 typedef unsigned short u_short; typedef
wshisotp.h 30 u_short tp_family;
31 u_short tp_addr_type;
32 u_short tp_taddr_len;
33 u_short tp_tsel_len;
wsvns.h 10 u_short sin_family;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_ip_types.h 59 u_short sp_family;
60 u_short sp_protocol;
64 u_short l_onoff;
65 u_short l_linger;
71 u_short sa_family;
77 u_short sin_port;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
fts.h 81 u_short fts_pathlen; /* strlen(fts_path) */
82 u_short fts_namelen; /* strlen(fts_name) */
106 u_short fts_info; /* user flags for FTSENT structure */
110 u_short fts_flags; /* private flags for FTSENT structure */
116 u_short fts_instr; /* fts_set() instructions */
  /device/linaro/bootloader/edk2/StdLib/Include/net/
if_dl.h 64 u_short sdl_index; /* if != 0, system given index for interface */
if.h 111 u_short ifm_msglen; /* to skip over non-understood messages */
116 u_short ifm_index; /* index for associated ifp */
125 u_short ifam_msglen; /* to skip over non-understood messages */
130 u_short ifam_index; /* index for associated ifp */
139 u_short ifmam_msglen; /* to skip over non-understood messages */
144 u_short ifmam_index; /* index for associated ifp */
  /device/linaro/bootloader/edk2/StdLib/Include/netinet/
ip.h 76 u_short ip_len; /* total length */
77 u_short ip_id; /* identification */
78 u_short ip_off; /* fragment offset field */
85 u_short ip_sum; /* checksum */
  /device/linaro/bootloader/edk2/StdLib/Include/netns/
ns.h 95 u_short s_host[3];
100 u_short s_net[2];
111 u_short x_port;
145 u_short ns_cksum();
  /external/boringssl/src/crypto/bio/
internal.h 64 // newlib uses u_short in socket.h without defining it.
65 typedef unsigned short u_short; typedef
  /external/ipsec-tools/src/racoon/
grabmyaddr.h 48 extern u_short getmyaddrsport __P((struct sockaddr *));
  /external/libpcap/pcap/
bpf.h 239 u_short code;
251 u_short vlan_tag_present;
252 u_short vlan_tag;
258 #define BPF_STMT(code, k) { (u_short)(code), 0, 0, k }
259 #define BPF_JUMP(code, k, jt, jf) { (u_short)(code), jt, jf, k }
  /external/syslinux/core/lwip/src/netif/ppp/
vj.c 79 if ((u_short)(n) >= 256) { \
89 if ((u_short)(n) >= 256 || (u_short)(n) == 0) { \
112 u_short tmp = ntohs(f) + (((u_short)cp[1] << 8) | cp[2]); \
116 u_short tmp = ntohs(f) + (u_short)*cp++; \
123 (f) = htons(((u_short)cp[1] << 8) | cp[2]); \
126 (f) = htons((u_short)*cp++); \
142 register u_short hlen = IPH_HL(ip)
    [all...]
  /external/syslinux/gpxe/src/core/
i82365.c 62 u_short flags;
89 u_short type, flags;
92 u_short psock;
120 static u_char i365_get(u_short sock, u_short reg)
134 static void i365_set(u_short sock, u_short reg, u_char data)
146 void add_socket_i365(u_short port, int psock, int type) {
164 void i365_bset(u_short sock, u_short reg, u_char mask)
    [all...]

Completed in 828 milliseconds

1 2 3 4 5 6 7