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

1 2 3 4 5 6

  /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 */
  /external/libpcap/
nametoaddr.h 44 int __pcap_nametodnaddr(const char *, u_short *);
pcap-common.h 43 ((u_short)(((((u_int)(y))&0xff)<<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 */
eap.h 112 u_short ea_namelen; /* Length of our name */
113 u_short ea_peerlen; /* Length of peer's name */
  /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)
print-arp.c 51 u_short ar_hrd; /* format of hardware address */
59 u_short ar_pro; /* format of protocol address */
62 u_short ar_op; /* one of: */
132 u_short aar_hrd; /* format of hardware address */
133 u_short aar_pro; /* format of protocol address */
138 u_short aar_op; /* same as regular ARP */
194 const struct arp_pkthdr *ap, u_short pro)
206 const struct arp_pkthdr *ap, u_short pro)
233 const struct atmarp_pkthdr *ap, u_short pro)
245 const struct atmarp_pkthdr *ap, u_short pro
    [all...]
  /external/openssh/
sshconnect.h 36 u_short, int, int, int *, int, int);
39 void ssh_login(Sensitive *, const char *, struct sockaddr *, u_short,
46 void get_hostfile_hostname_ipaddr(char *, struct sockaddr *, u_short,
50 void ssh_kex2(char *, struct sockaddr *, u_short);
buffer.h 58 u_short buffer_get_short(Buffer *);
59 void buffer_put_short(Buffer *, u_short);
82 int buffer_get_short_ret(u_short *, Buffer *);
bufaux.c 29 buffer_get_short_ret(u_short *v, Buffer *buffer)
40 u_short
43 u_short ret;
98 buffer_put_short(Buffer *buffer, u_short value)
  /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 235 u_short code;
247 u_short vlan_tag_present;
248 u_short vlan_tag;
254 #define BPF_STMT(code, k) { (u_short)(code), 0, 0, k }
255 #define BPF_JUMP(code, k, jt, jf) { (u_short)(code), jt, jf, k }
  /external/ppp/pppd/include/net/
slcompress.h 104 u_short cs_hlen; /* size of hdr (receive only) */
123 u_short flags;
vjcompress.h 104 u_short cs_hlen; /* size of hdr (receive only) */
122 u_short flags;
  /external/iputils/
tftpd.c 366 dp->th_opcode = htons((u_short)DATA);
367 dp->th_block = htons((u_short)block);
386 ap->th_opcode = ntohs((u_short)ap->th_opcode);
387 ap->th_block = ntohs((u_short)ap->th_block);
432 ap->th_opcode = htons((u_short)ACK);
433 ap->th_block = htons((u_short)block);
451 dp->th_opcode = ntohs((u_short)dp->th_opcode);
452 dp->th_block = ntohs((u_short)dp->th_block);
477 ap->th_opcode = htons((u_short)ACK); /* send the "final" ack */
478 ap->th_block = htons((u_short)(block))
    [all...]

Completed in 1562 milliseconds

1 2 3 4 5 6