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

12345

/haiku-fatelf/src/bin/network/tcpdump/win32/Include/Netinet/
H A Din_systm.h49 typedef u_short n_short; /* short as received from the net */
/haiku-fatelf/headers/os/drivers/pcmcia/
H A Dcs_types.h44 typedef u_short ioaddr_t;
47 typedef u_short socket_t;
50 typedef u_short page_t;
H A Dftl.h27 u_short LogicalEUN;
30 u_short FirstPhysicalEUN;
31 u_short NumEraseUnits;
34 u_short NumVMPages;
H A Ddriver_ops.h41 u_short major, minor;
49 u_short io_base_1, io_base_2;
H A Dss.h108 u_short speed;
109 u_short start, stop;
115 u_short speed;
H A Dmem_op.h83 *(u_short *)to = readw_ns(from);
95 writew_ns(*(u_short *)from, to);
/haiku-fatelf/src/bin/network/tcpdump/
H A Daddrtoname.h28 extern const char *etherproto_string(u_short);
29 extern const char *tcpport_string(u_short);
30 extern const char *udpport_string(u_short);
H A Dprint-vjc.c85 vjc_print(register const char *bp, u_short proto _U_)
108 printf("sum=0x%04x ", *(u_short *)&bp[3]);
H A Dprint-ap1394.c46 u_short firewire_type;
89 u_short ether_type;
90 u_short extracted_ether_type;
H A Dprint-ipx.c48 void ipx_sap_print(const u_short *, u_int);
49 void ipx_rip_print(const u_short *, u_int);
95 register u_short dstSkt;
103 ipx_sap_print((u_short *)datap, length);
106 ipx_rip_print((u_short *)datap, length);
133 ipx_sap_print(const u_short *ipx, u_int length)
185 ipx_rip_print(const u_short *ipx, u_int length)
H A Dprint-sll.c56 u_short ether_type;
120 u_short ether_type;
121 u_short extracted_ethertype;
H A Dprint-mobile.c75 u_short proto,crc;
104 if (in_cksum((u_short *)mob, osp ? 12 : 8, 0)!=0) {
H A Dprint-symantec.c85 u_short ether_type;
86 u_short extracted_ether_type;
H A Dprint-radius.c139 static void print_attr_string(register u_char *, u_int, u_short );
140 static void print_attr_num(register u_char *, u_int, u_short );
141 static void print_vendor_attr(register u_char *, u_int, u_short );
142 static void print_attr_address(register u_char *, u_int, u_short);
143 static void print_attr_time(register u_char *, u_int, u_short);
144 static void print_attr_strange(register u_char *, u_int, u_short);
340 void (*print_func)(register u_char *, u_int, u_short );
448 print_attr_string(register u_char *data, u_int length, u_short attr_code )
504 print_vendor_attr(register u_char *data, u_int length, u_short attr_code _U_)
570 print_attr_num(register u_char *data, u_int length, u_short attr_cod
[all...]
H A Dinterface.h145 extern const char *dnaddr_string(u_short);
159 extern const char *ipxsap_string(u_short);
160 extern const char *dnname_string(u_short);
161 extern const char *dnnum_string(u_short);
175 extern int ether_encap_print(u_short, const u_char *, u_int, u_int, u_short *);
177 const u_char *, u_short *);
178 extern int snap_print(const u_char *, u_int, u_int, u_short *, u_int);
247 extern int vjc_print(register const char *, u_short);
284 extern void netbeui_print(u_short, cons
[all...]
H A Dprint-cip.c74 u_short extracted_ethertype;
H A Dnetdissect.h239 extern const char *dnname_string(netdissect_options *, u_short);
240 extern const char *dnnum_string(netdissect_options *, u_short);
272 extern int ether_encap_print(netdissect_options *,u_short, const u_char *,
273 u_int, u_int, u_short *);
276 const u_char *, u_short *);
281 u_int, u_short, u_short);
353 register u_int, u_short);
390 extern void netbeui_print(netdissect_options *,u_short,
431 extern u_short in_cksu
[all...]
/haiku-fatelf/src/libs/compat/freebsd_network/compat/machine/
H A Din_cksum.h15 static inline u_short
24 static inline u_short
/haiku-fatelf/src/bin/network/tcpdump/libpcap/
H A Dpcap-namedb.h83 u_short __pcap_nametodnaddr(const char *);
H A Dpcap-bpf.h106 u_short bv_major;
107 u_short bv_minor;
417 * u_short firewire_type;
707 u_short code;
716 #define BPF_STMT(code, k) { (u_short)(code), 0, 0, k }
717 #define BPF_JUMP(code, k, jt, jf) { (u_short)(code), jt, jf, k }
/haiku-fatelf/src/libs/compat/freebsd_network/compat/net/
H A Dif_arp.h47 u_short ar_hrd; /* format of hardware address */
53 u_short ar_pro; /* format of protocol address */
56 u_short ar_op; /* one of: */
/haiku-fatelf/src/bin/network/tcpdump/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 */
/haiku-fatelf/src/libs/util/
H A Dlogin_times.c48 parse_time(char * ptr, u_short * t)
50 u_short val;
53 val = (u_short)(val * 10 + (*ptr - '0'));
55 *t = (u_short)((val / 100) * 60 + (val % 100));
118 u_short now = (u_short)((tt->tm_hour * 60) + tt->tm_min);
/haiku-fatelf/headers/posix/arch/x86/
H A Dnpx.h52 u_short en_fcs; /* floating code segment selector */
53 u_short en_opcode; /* opcode last executed (11 bits ) */
/haiku-fatelf/src/bin/network/ftpd/
H A Dextern.h82 u_short si_port;

Completed in 150 milliseconds

12345