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

1 2 3 4 5 6 7

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_bsd_types.h 16 #pragma push_macro("u_long")
17 #undef u_long macro
18 typedef unsigned long u_long; typedef
19 #pragma pop_macro("u_long")
29 #if defined (__LP64__) && defined (u_long)
30 typedef unsigned __LONG32 u_long; typedef
inaddr.h 10 #pragma push_macro("u_long")
11 #undef u_long macro
12 #define u_long __ms_u_long macro
21 u_long S_addr;
33 #pragma pop_macro("u_long")
af_irda.h 10 #pragma push_macro("u_long")
11 #undef u_long macro
12 #define u_long __ms_u_long macro
47 #define SIO_LAZY_DISCOVERY _IOR('t',127,u_long)
77 typedef u_long LM_BAUD_RATE;
91 u_long nTXDataBytes;
92 u_long nRXDataBytes;
94 u_long thresholdTime;
95 u_long discTime;
138 u_long irdaAttribType
    [all...]
ws2ipdef.h 12 #pragma push_macro("u_long")
13 #undef u_long macro
14 #define u_long __ms_u_long macro
31 u_long sin6_flowinfo;
44 u_long sin6_flowinfo;
47 u_long sin6_scope_id;
57 u_long iiFlags;
139 #pragma pop_macro("u_long")
in6addr.h 10 #pragma push_macro("u_long")
11 #undef u_long macro
12 #define u_long __ms_u_long macro
42 #pragma pop_macro("u_long")
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpc/
pmap_prot.h 76 #define PMAPPROG ((u_long)100000)
77 #define PMAPVERS ((u_long)2)
78 #define PMAPVERS_PROTO ((u_long)2)
79 #define PMAPVERS_ORIG ((u_long)1)
80 #define PMAPPROC_NULL ((u_long)0)
81 #define PMAPPROC_SET ((u_long)1)
82 #define PMAPPROC_UNSET ((u_long)2)
83 #define PMAPPROC_GETPORT ((u_long)3)
84 #define PMAPPROC_DUMP ((u_long)4)
85 #define PMAPPROC_CALLIT ((u_long)5
    [all...]
pmap_clnt.h 69 extern bool_t pmap_set (__const u_long __program, __const u_long __vers,
71 extern bool_t pmap_unset (__const u_long __program, __const u_long __vers)
75 __const u_long __prog,
76 __const u_long __vers,
77 __const u_long __proc,
81 u_long *__port_ptr) __THROW;
82 extern enum clnt_stat clnt_broadcast (__const u_long __prog,
83 __const u_long __vers
    [all...]
rpc_msg.h 43 #define RPC_MSG_VERSION ((u_long) 2)
92 u_long low;
93 u_long high;
112 u_long low;
113 u_long high;
138 u_long cb_rpcvers; /* must be equal to two */
139 u_long cb_prog;
140 u_long cb_vers;
141 u_long cb_proc;
150 u_long rm_xid
    [all...]
pmap_rmt.h 46 u_long prog, vers, proc, arglen;
55 u_long *port_ptr;
56 u_long resultslen;
key_prot.h 205 #define KEY_PROG ((u_long)100029)
206 #define KEY_VERS ((u_long)1)
209 #define KEY_SET ((u_long)1)
212 #define KEY_ENCRYPT ((u_long)2)
215 #define KEY_DECRYPT ((u_long)3)
218 #define KEY_GEN ((u_long)4)
221 #define KEY_GETCRED ((u_long)5)
226 #define KEY_SET ((u_long)1)
229 #define KEY_ENCRYPT ((u_long)2)
232 #define KEY_DECRYPT ((u_long)3
    [all...]
clnt.h 109 u_long low; /* lowest verion supported */
110 u_long high; /* highest verion supported */
133 enum clnt_stat (*cl_call) (CLIENT *, u_long, xdrproc_t, caddr_t, xdrproc_t,
160 * u_long proc;
253 #define RPCTEST_PROGRAM ((u_long)1)
254 #define RPCTEST_VERSION ((u_long)1)
255 #define RPCTEST_NULL_PROC ((u_long)2)
256 #define RPCTEST_NULL_BATCH_PROC ((u_long)3)
262 #define NULLPROC ((u_long)0)
274 * u_long prog
    [all...]
types.h 76 typedef __u_long u_long; typedef
94 #define INADDR_LOOPBACK (u_long)0x7F000001
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
gmon.h 120 #define ARCINDEX u_long
133 u_long selfpc;
143 u_long raw_frompc;
144 u_long raw_selfpc;
160 u_long kcountsize;
162 u_long fromssize;
164 u_long tossize;
166 u_long lowpc;
167 u_long highpc;
168 u_long textsize
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
gmon.h 120 #define ARCINDEX u_long
133 u_long selfpc;
143 u_long raw_frompc;
144 u_long raw_selfpc;
160 u_long kcountsize;
162 u_long fromssize;
164 u_long tossize;
166 u_long lowpc;
167 u_long highpc;
168 u_long textsize
    [all...]
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/route/
defs_freebsd.go 28 u_long ifi_mtu;
29 u_long ifi_metric;
30 u_long ifi_baudrate;
31 u_long ifi_ipackets;
32 u_long ifi_ierrors;
33 u_long ifi_opackets;
34 u_long ifi_oerrors;
35 u_long ifi_collisions;
36 u_long ifi_ibytes;
37 u_long ifi_obytes
    [all...]
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/route/
defs_freebsd.go 28 u_long ifi_mtu;
29 u_long ifi_metric;
30 u_long ifi_baudrate;
31 u_long ifi_ipackets;
32 u_long ifi_ierrors;
33 u_long ifi_opackets;
34 u_long ifi_oerrors;
35 u_long ifi_collisions;
36 u_long ifi_ibytes;
37 u_long ifi_obytes
    [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
loadfile_machdep.h 82 #define LOADADDR(a) (((u_long)(a)) + offset)
83 #define ALIGNENTRY(a) ((u_long)(a))
93 ssize_t vread(int, u_long, u_long *, size_t);
94 void vcopy(u_long, u_long, u_long *, size_t);
95 void vzero(u_long, u_long *, size_t);
efi.h 125 efi_status (*rt_setvirtual)(u_long, u_long, uint32_t,
127 efi_status (*rt_cvtptr)(u_long, void **);
129 u_long *, void *);
130 efi_status (*rt_scanvar)(u_long *, efi_char *, struct uuid *);
132 u_long, void *);
134 efi_status (*rt_reset)(enum efi_reset, efi_status, u_long,
152 u_long st_entries;
  /device/linaro/bootloader/edk2/StdLib/Include/net/
if.h 60 u_long ifi_mtu; /* maximum transmission unit */
61 u_long ifi_metric; /* routing metric (external only) */
62 u_long ifi_baudrate; /* linespeed */
64 u_long ifi_ipackets; /* packets received on interface */
65 u_long ifi_ierrors; /* input errors on interface */
66 u_long ifi_opackets; /* packets sent on interface */
67 u_long ifi_oerrors; /* output errors on interface */
68 u_long ifi_collisions; /* collisions on csma interfaces */
69 u_long ifi_ibytes; /* total number of octets received */
70 u_long ifi_obytes; /* total number of octets sent */
    [all...]
route.h 65 u_long rmx_locks; /* Kernel must leave these values alone */
66 u_long rmx_mtu; /* MTU for this path */
67 u_long rmx_hopcount; /* max hops expected */
68 u_long rmx_expire; /* lifetime for route, e.g. redirect */
69 u_long rmx_recvpipe; /* inbound delay-bandwidth product */
70 u_long rmx_sendpipe; /* outbound delay-bandwidth product */
71 u_long rmx_ssthresh; /* outbound gateway buffer limit */
72 u_long rmx_rtt; /* estimated round trip time */
73 u_long rmx_rttvar; /* estimated rtt variance */
74 u_long rmx_pksent; /* packets sent using this route */
    [all...]
  /external/libpcap/Win32/Include/net/
if.h 60 u_long ifi_mtu; /* maximum transmission unit */
61 u_long ifi_metric; /* routing metric (external only) */
62 u_long ifi_baudrate; /* linespeed */
64 u_long ifi_ipackets; /* packets received on interface */
65 u_long ifi_ierrors; /* input errors on interface */
66 u_long ifi_opackets; /* packets sent on interface */
67 u_long ifi_oerrors; /* output errors on interface */
68 u_long ifi_collisions; /* collisions on csma interfaces */
69 u_long ifi_ibytes; /* total number of octets received */
70 u_long ifi_obytes; /* total number of octets sent *
    [all...]
  /external/ppp/pppd/include/
pcap-int.h 56 u_long TotPkts; /* can't oflow for 79 hrs on ether */
57 u_long TotAccepted; /* count accepted by filter */
58 u_long TotDrops; /* count of dropped packets */
  /external/libpcap/pcap/
pcap.h 187 u_long rx_packets; /* total packets received */
188 u_long tx_packets; /* total packets transmitted */
189 u_long rx_bytes; /* total bytes received */
190 u_long tx_bytes; /* total bytes transmitted */
191 u_long rx_errors; /* bad packets received */
192 u_long tx_errors; /* packet transmit problems */
193 u_long rx_dropped; /* no space in Rx buffers */
194 u_long tx_dropped; /* no space available for Tx */
195 u_long multicast; /* multicast packets received */
196 u_long collisions
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
tmpnam.c 45 static u_long tmpcount;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_ip_types.h 11 #pragma push_macro("u_long")
12 #undef u_long macro
13 #define u_long __ms_u_long macro
37 u_long n_net;
121 #pragma pop_macro("u_long")

Completed in 419 milliseconds

1 2 3 4 5 6 7