Searched refs:u_short (Results 1 - 25 of 118) sorted by relevance

12345

/external/kernel-headers/original/uapi/linux/
H A Dcoda_psdev.h14 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/openssh/
H A Dsshconnect.h36 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);
H A Dbuffer.h58 u_short buffer_get_short(Buffer *);
59 void buffer_put_short(Buffer *, u_short);
82 int buffer_get_short_ret(u_short *, Buffer *);
/external/ppp/pppd/
H A Dccp.h41 u_short bsd_bits; /* # bits/code for BSD Compress */
42 u_short deflate_size; /* lg(window size) for Deflate */
H A Dipv6cp.h159 u_short vj_protocol; /* protocol value to use in VJ option */
H A Deap.h112 u_short ea_namelen; /* Length of our name */
113 u_short ea_peerlen; /* Length of peer's name */
/external/tcpdump/
H A Daddrtoname.h36 extern const char *etherproto_string(u_short);
37 extern const char *tcpport_string(u_short);
38 extern const char *udpport_string(u_short);
40 extern const char *dnaddr_string(netdissect_options *, u_short);
42 extern const char *ipxsap_string(u_short);
H A Dprint-vjc.c76 vjc_print(netdissect_options *ndo, register const char *bp, u_short proto _U_)
99 ND_PRINT((ndo, "sum=0x%04x ", *(u_short *)&bp[3]));
H A Dprint-ipx.c65 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, (u_short *)datap, length);
123 ipx_rip_print(ndo, (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)
H A Dprint-ap1394.c41 u_short firewire_type;
87 u_short ether_type;
/external/libpcap/
H A Dpcap-common.h18 ( (((y)&0xff)<<8) | ((u_short)((y)&0xff00)>>8) )
/external/boringssl/src/crypto/bio/
H A Dinternal.h64 /* newlib uses u_short in socket.h without defining it. */
65 typedef unsigned short u_short; typedef
/external/ipsec-tools/src/racoon/
H A Dgrabmyaddr.h48 extern u_short getmyaddrsport __P((struct sockaddr *));
/external/libpcap/pcap/
H A Dnamedb.h81 u_short __pcap_nametodnaddr(const char *);
/external/syslinux/core/lwip/src/netif/ppp/
H A Dvj.c79 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 hle
[all...]
H A Dpap.h60 #define UPAP_HEADERLEN (sizeof (u_char) + sizeof (u_char) + sizeof (u_short))
H A Dfsm.h60 #define HEADERLEN (sizeof (u_char) + sizeof (u_char) + sizeof (u_short))
80 u_short protocol; /* Data Link Layer Protocol field value */
H A Dlcp.h101 u_short mru; /* Value of MRU */
103 u_short mrru; /* Value of MRRU, and multilink enable */
H A Dvj.h107 u_short cs_hlen; /* size of hdr (receive only) */
137 u_short flags;
/external/syslinux/gpxe/src/core/
H A Di82365.c62 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 re
[all...]
/external/libpcap/Win32/Include/net/
H A Dif.h114 u_short ifm_msglen; /* to skip over non-understood messages */
119 u_short ifm_index; /* index for associated ifp */
128 u_short ifam_msglen; /* to skip over non-understood messages */
133 u_short ifam_index; /* index for associated ifp */
142 u_short ifmam_msglen; /* to skip over non-understood messages */
147 u_short ifmam_index; /* index for associated ifp */
/external/syslinux/gpxe/src/include/
H A Dpcmcia.h7 typedef unsigned short u_short; typedef
11 typedef u_short ioaddr_t;
133 u_short speed;
141 u_short speed;
/external/ppp/pppd/include/net/
H A Dslcompress.h104 u_short cs_hlen; /* size of hdr (receive only) */
123 u_short flags;
H A Dvjcompress.h104 u_short cs_hlen; /* size of hdr (receive only) */
122 u_short flags;
/external/iputils/
H A Dtftpd.c366 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)(bloc
[all...]

Completed in 6140 milliseconds

12345