Searched refs:u_long (Results 1 - 25 of 69) sorted by relevance

123

/external/libpcap/Win32/Include/net/
H A Dif.h60 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_obyte
[all...]
/external/libpcap/pcap/
H A Dpcap.h183 u_long rx_packets; /* total packets received */
184 u_long tx_packets; /* total packets transmitted */
185 u_long rx_bytes; /* total bytes received */
186 u_long tx_bytes; /* total bytes transmitted */
187 u_long rx_errors; /* bad packets received */
188 u_long tx_errors; /* packet transmit problems */
189 u_long rx_dropped; /* no space in Rx buffers */
190 u_long tx_dropped; /* no space available for Tx */
191 u_long multicast; /* multicast packets received */
192 u_long collision
[all...]
/external/ppp/pppd/include/
H A Dpcap-int.h56 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/openssh/
H A Dauth-options.h36 int auth_parse_options(struct passwd *, char *, char *, u_long);
H A Dsftp-server-main.c46 (u_long)getuid());
H A Dhostfile.h28 u_long line;
85 u_long linenum; /* Line number */
H A Dmisc.h136 int read_keyfile_line(FILE *, const char *, char *, size_t, u_long *);
/external/libpcap/Win32/Src/
H A Dinet_net.c49 register u_long val, base, n;
51 u_long parts[4], *pp = parts;
/external/libpcap/Win32/Include/
H A Dinetprivate.h52 extern void putlong(u_long l, u_char *msgp);
62 extern char *p_time(u_long value);
/external/ltp/testcases/kernel/mem/mmapstress/
H A Dmmapstress08.c71 if (sbrk(pagesize - ((u_long) sbrk(0) % (u_long) pagesize)) ==
H A Dmmapstress03.c91 if ((u_long) brk_start % (u_long) pagesize) {
92 if (sbrk(pagesize - ((u_long) brk_start % (u_long) pagesize))
/external/ipsec-tools/src/libipsec/
H A Dpfkey_dump.c412 (u_long)(m_lftc->sadb_lifetime_addtime == 0 ?
416 (u_long)(m_lfth == NULL ?
419 (u_long)(m_lfts == NULL ?
425 (u_long)(m_lfth == NULL ?
428 (u_long)(m_lfts == NULL ?
439 (u_long)(m_lfth == NULL ?
442 (u_long)(m_lfts == NULL ?
460 (u_long)m->sadb_msg_seq,
461 (u_long)m->sadb_msg_pid);
623 (u_long)m_lft
[all...]
/external/syslinux/gpxe/src/include/
H A Dpcmcia.h9 typedef unsigned long u_long; typedef
142 u_long sys_start, sys_stop;
/external/curl/lib/
H A Dconfig-dos.h145 #define in_addr_t u_long
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_addrmanagmt_pmap_rmtcall/
H A Drpc_pmap_rmtcall.c56 u_long port;
H A Drpc_pmap_rmtcall_stress.c57 u_long port;
H A Drpc_pmap_rmtcall_performance.c106 u_long port;
/external/netperf/src/missing/
H A Dinet_ntop.c101 u_long a = ntohl(addr->s_addr);
/external/kernel-headers/original/uapi/linux/
H A Dcoda.h75 typedef unsigned long u_long; typedef
78 typedef u_long ino_t;
79 typedef u_long dev_t;
226 u_long va_gen; /* generation number of file */
227 u_long va_flags; /* flags defined for file */
/external/openssh/openbsd-compat/
H A Dfake-rfc2553.c124 addrinfo *malloc_ai(int port, u_long addr, const struct addrinfo *hints)
163 u_long addr;
/external/tcpdump/missing/
H A Dinet_ntop.c65 u_long a = ntohl(addr->s_addr);
114 u_long words [IN6ADDRSZ / INT16SZ];
/external/boringssl/src/crypto/bio/
H A Dsocket_helper.c87 u_long arg = on;
/external/libmicrohttpd/src/platform/
H A Dw32functions.c588 if (0 == ioctlsocket(client_s, FIONBIO, (u_long*) &opt)
605 && 0 == ioctlsocket(client_s, FIONBIO, (u_long*) &opt)
606 && 0 == ioctlsocket(server_s, FIONBIO, (u_long*) &opt))
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_network.c186 u_long iMode = block ? 0 : 1;
/external/syslinux/core/lwip/src/netif/ppp/
H A Dppp.h114 typedef unsigned long u_long; typedef
302 void (*check_options) (u_long);

Completed in 513 milliseconds

123