HomeSort by relevance Sort by last modified time
    Searched full:u_int (Results 526 - 550 of 766) sorted by null

<<21222324252627282930>>

  /system/core/toolbox/
dd.c 90 extern u_int ddflags;
91 extern u_int files_cnt;
112 u_int ddflags; /* conversion options */
114 u_int files_cnt = 1; /* # of files to copy */
223 malloc((u_int)(MAX(in.dbsz, cbsz) + cbsz))) == NULL ||
224 (out.db = malloc((u_int)(out.dbsz + cbsz))) == NULL) {
1033 u_int set, noset;
1195 files_cnt = (u_int)strsuftoll("file count", arg, 0, UINT_MAX);
1266 u_int set, noset;
  /external/libpcap/
aclocal.m4 432 u_int i = WEXITSTATUS(status);
433 u_int j = waitpid(0, &status, 0);],
460 [u_int i = sizeof(((struct sockaddr *)0)->sa_len)],
485 [u_int i = sizeof (struct sockaddr_storage)],
519 [u_int i = sizeof(((dl_hp_ppa_info_t *)0)->dl_module_id_1)],
pcap-bpf.h 68 typedef u_int bpf_u_int32;
90 u_int bf_len;
819 extern u_int bpf_filter(struct bpf_insn *, u_char *, u_int, u_int);
822 extern u_int bpf_filter();
pcap-nit.c 324 p->dlt_list = (u_int *) malloc(sizeof(u_int) * 2);
pcap-enet.c 156 u_int maxwaiting;
  /external/qemu/slirp-android/
socket.c 32 solookup(struct socket *head, uint32_t laddr, u_int lport,
33 uint32_t faddr, u_int fport)
617 solisten(u_int port, u_int32_t laddr, u_int lport, int flags)
674 sounlisten(u_int port)
  /external/quake/quake/src/WinQuake/
mpdosock.h 24 typedef unsigned int u_int; typedef
31 typedef u_int SOCKET;
48 u_int fd_count; /* how many are SET? */
64 u_int __i; \
374 #define SO_DONTLINGER (u_int)(~SO_LINGER)
  /external/openssh/
servconf.c 342 u_int flags;
475 int linenum, u_int *flags)
477 u_int i;
508 u_int i;
726 u_int i, flags = 0;
    [all...]
auth2.c 61 extern u_int session_id2_len;
183 u_int len;
canohost.c 164 u_int i;
357 get_remote_name_or_ip(u_int utmp_len, int use_dns)
log.c 122 u_int i;
145 u_int i;
ssh.c 191 extern u_int muxclient_command;
222 tilde_expand_paths(char **paths, u_int num_paths)
224 u_int i;
    [all...]
sftp.c 701 u_int c = 1, colspace = 0, columns = 1;
708 u_int m = 0, width = 80;
791 u_int i, c = 1, colspace = 0, columns = 1, m = 0, width = 80;
973 u_int *terminated)
    [all...]
ssh-keygen.c 110 u_int cert_key_type = SSH2_CERT_TYPE_USER;
162 u_int maxbits;
264 u_int len;
372 u_int bignum_bits = buffer_get_int(b);
373 u_int bytes = (bignum_bits + 7) / 8;
384 do_convert_private_ssh2_from_blob(u_char *blob, u_int blen)
391 u_int slen;
510 u_int len;
    [all...]
  /external/openssl/apps/
s_socket.c 73 that u_int isn't defined, but only if _POSIX_C_SOURCE is defined, which
74 is needed to have fileno() declared correctly... So let's define u_int */
77 typedef unsigned int u_int; typedef
  /external/tcpdump/
print-esp.c 103 static u_int hexdigit(netdissect_options *ndo, char hex)
117 static u_int hex2byte(netdissect_options *ndo, char *hexstring)
119 u_int byte;
print-cdp.c 89 cdp_print(const u_char *pptr, u_int length, u_int caplen)
print-rip.c 160 rip_print(const u_char *dat, u_int length)
164 register u_int i, j;
print-smb.c 175 u_int bcc;
338 u_int bcc;
400 u_int wct, bcc;
441 u_int wct, bcc;
485 u_int wct, bcc;
843 u_int bcc;
930 u_int nbt_len;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
nis.x 156 u_int ibr_bufsize; /* Optional first/next bufsize */
220 * zero or tags, each of which is a type and a value. (u_int).
376 % u_int size; /* Buffer size */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nis.x 156 u_int ibr_bufsize; /* Optional first/next bufsize */
220 * zero or tags, each of which is a type and a value. (u_int).
376 % u_int size; /* Buffer size */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nis.x 156 u_int ibr_bufsize; /* Optional first/next bufsize */
220 * zero or tags, each of which is a type and a value. (u_int).
376 % u_int size; /* Buffer size */
  /external/openssh/openbsd-compat/
base64.c 139 u_int i;
199 u_int tarindex, state;
  /bionic/libc/netbsd/nameser/
ns_name.c 108 u_int n;
343 u_int n;
644 u_int n;
744 u_int n;
  /external/e2fsprogs/lib/ext2fs/
getsize.c 209 u_int bs;

Completed in 4499 milliseconds

<<21222324252627282930>>