HomeSort by relevance Sort by last modified time
    Searched refs:u_int (Results 226 - 250 of 412) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libpcap/
pcap-bpf.c 157 u_int zbufsize;
158 u_int zerocopy;
159 u_int interrupted;
456 p->tstamp_precision_list = malloc(2 * sizeof(u_int));
651 u_int i;
654 bdlp->bfl_list = (u_int *) malloc(sizeof(u_int) * (bdlp->bfl_len + 1));
923 register u_int pad;
1052 register u_int caplen, hdrlen;
1202 u_int spoof_eth_src = 0
    [all...]
pcap-snit.c 238 u_int zero = 0;
408 p->dlt_list = (u_int *) malloc(sizeof(u_int) * 2);
  /system/core/toolbox/upstream-netbsd/bin/dd/
dd.c 83 u_int ddflags; /* conversion options */
85 u_int files_cnt = 1; /* # of files to copy */
224 malloc((u_int)(MAX(in.dbsz, cbsz) + cbsz))) == NULL ||
225 (out.db = malloc((u_int)(out.dbsz + cbsz))) == NULL) {
256 u_int cnt;
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
ns_print.c 279 u_int t;
297 u_int t;
358 u_int order, preference;
398 u_int priority, weight, port;
446 u_int c = *rdata++;
468 u_int keyflags, protocol, algorithm;
506 u_int type, algorithm, labels, footprint;
522 if (labels != (u_int)dn_count_labels(name))
601 T(addstr(tmp, (u_int)(p - tmp), &buf, &buflen));
604 T(addtab((u_int)(p - tmp) + 1, 48, spaced, &buf, &buflen));
    [all...]
ns_name.c 95 u_int n;
503 u_int n;
593 u_int n;
  /external/tcpdump/
print-ospf.c 185 const uint8_t *tptr, u_int ls_length)
187 u_int tlv_type, tlv_length;
268 const uint8_t *tptr, u_int ls_length)
270 u_int tlv_type, tlv_length, subtlv_type, subtlv_length;
271 u_int priority_level, te_class, count_srlg;
516 u_int ls_length;
531 ls_length - (u_int)sizeof(struct lsa_hdr)));
889 register const struct ospfhdr *op, register u_int length)
893 register u_int length2;
927 ND_PRINT((ndo, "\n\t LLS: checksum: 0x%04x", (u_int)EXTRACT_16BITS(dptr)))
    [all...]
print-icmp.c 311 const char *icmp_tstamp_print(u_int);
315 icmp_tstamp_print(u_int tstamp)
317 u_int msec,sec,min,hrs;
330 icmp_print(netdissect_options *ndo, const u_char *bp, u_int plen, const u_char *bp2,
344 u_int hlen, dport, mtu, obj_tlen, obj_class_num, obj_ctype;
449 u_int lifetime, num, size;
print-nfs.c 47 static void nfs_printfh(netdissect_options *, const uint32_t *, const u_int);
323 register const u_char *bp, u_int length,
354 register const u_char *bp, u_int length,
419 register const struct sunrpc_msg *rp, register u_int length)
422 register u_int len;
452 u_int len;
522 register const u_char *bp, u_int length,
786 register const uint32_t *dp, const u_int len)
794 u_int i;
811 u_int stringlen
    [all...]
print-resp.c 63 void resp_print(netdissect_options *, const u_char *, u_int);
213 resp_print(netdissect_options *ndo, const u_char *bp, u_int length)
372 u_int length_cur = length;
print-ldp.c 248 u_int ui,vc_info_len, vc_info_tlv_type, vc_info_tlv_len,idx;
547 register const u_char *pptr, register u_int len)
589 (u_int)(sizeof(const struct ldp_common_header)-4)));
625 (u_int)(sizeof(struct ldp_msg_header)-4)));
print-ripng.c 114 u_int j;
print-sunrpc.c 169 register u_int length, register const u_char *bp2)
  /bionic/libc/dns/nameser/
ns_name.c 103 u_int n;
362 u_int n;
694 u_int n;
735 u_int n;
804 u_int n;
855 u_int n;
939 u_int n;
ns_print.c 264 u_int t;
282 u_int t;
347 u_int order, preference;
388 u_int priority, weight, port;
437 u_int c = *rdata++;
461 u_int keyflags, protocol, algorithm, key_id;
508 u_int typ, algorithm, labels, footprint;
524 if (labels > (u_int)dn_count_labels(name))
583 u_int c_type, key_tag, alg;
591 alg = (u_int) *rdata++
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zsysnum_freebsd_386.go 44 SYS_DUP = 41 // { int dup(u_int fd); }
50 SYS_GETLOGIN = 49 // { int getlogin(char *namebuf, u_int \
71 SYS_GETGROUPS = 79 // { int getgroups(u_int gidsetsize, \
72 SYS_SETGROUPS = 80 // { int setgroups(u_int gidsetsize, \
75 SYS_SETITIMER = 83 // { int setitimer(u_int which, struct \
77 SYS_GETITIMER = 86 // { int getitimer(u_int which, \
79 SYS_DUP2 = 90 // { int dup2(u_int from, u_int to); }
128 SYS_GETRLIMIT = 194 // { int getrlimit(u_int which, \
129 SYS_SETRLIMIT = 195 // { int setrlimit(u_int which,
    [all...]
zsysnum_freebsd_amd64.go 44 SYS_DUP = 41 // { int dup(u_int fd); }
50 SYS_GETLOGIN = 49 // { int getlogin(char *namebuf, u_int \
71 SYS_GETGROUPS = 79 // { int getgroups(u_int gidsetsize, \
72 SYS_SETGROUPS = 80 // { int setgroups(u_int gidsetsize, \
75 SYS_SETITIMER = 83 // { int setitimer(u_int which, struct \
77 SYS_GETITIMER = 86 // { int getitimer(u_int which, \
79 SYS_DUP2 = 90 // { int dup2(u_int from, u_int to); }
128 SYS_GETRLIMIT = 194 // { int getrlimit(u_int which, \
129 SYS_SETRLIMIT = 195 // { int setrlimit(u_int which,
    [all...]
zsysnum_freebsd_arm.go 44 SYS_DUP = 41 // { int dup(u_int fd); }
50 SYS_GETLOGIN = 49 // { int getlogin(char *namebuf, u_int \
71 SYS_GETGROUPS = 79 // { int getgroups(u_int gidsetsize, \
72 SYS_SETGROUPS = 80 // { int setgroups(u_int gidsetsize, \
75 SYS_SETITIMER = 83 // { int setitimer(u_int which, struct \
77 SYS_GETITIMER = 86 // { int getitimer(u_int which, \
79 SYS_DUP2 = 90 // { int dup2(u_int from, u_int to); }
128 SYS_GETRLIMIT = 194 // { int getrlimit(u_int which, \
129 SYS_SETRLIMIT = 195 // { int setrlimit(u_int which,
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
zsysnum_freebsd_386.go 44 SYS_DUP = 41 // { int dup(u_int fd); }
50 SYS_GETLOGIN = 49 // { int getlogin(char *namebuf, u_int \
71 SYS_GETGROUPS = 79 // { int getgroups(u_int gidsetsize, \
72 SYS_SETGROUPS = 80 // { int setgroups(u_int gidsetsize, \
75 SYS_SETITIMER = 83 // { int setitimer(u_int which, struct \
77 SYS_GETITIMER = 86 // { int getitimer(u_int which, \
79 SYS_DUP2 = 90 // { int dup2(u_int from, u_int to); }
128 SYS_GETRLIMIT = 194 // { int getrlimit(u_int which, \
129 SYS_SETRLIMIT = 195 // { int setrlimit(u_int which,
    [all...]
zsysnum_freebsd_amd64.go 44 SYS_DUP = 41 // { int dup(u_int fd); }
50 SYS_GETLOGIN = 49 // { int getlogin(char *namebuf, u_int \
71 SYS_GETGROUPS = 79 // { int getgroups(u_int gidsetsize, \
72 SYS_SETGROUPS = 80 // { int setgroups(u_int gidsetsize, \
75 SYS_SETITIMER = 83 // { int setitimer(u_int which, struct \
77 SYS_GETITIMER = 86 // { int getitimer(u_int which, \
79 SYS_DUP2 = 90 // { int dup2(u_int from, u_int to); }
128 SYS_GETRLIMIT = 194 // { int getrlimit(u_int which, \
129 SYS_SETRLIMIT = 195 // { int setrlimit(u_int which,
    [all...]
zsysnum_freebsd_arm.go 44 SYS_DUP = 41 // { int dup(u_int fd); }
50 SYS_GETLOGIN = 49 // { int getlogin(char *namebuf, u_int \
71 SYS_GETGROUPS = 79 // { int getgroups(u_int gidsetsize, \
72 SYS_SETGROUPS = 80 // { int setgroups(u_int gidsetsize, \
75 SYS_SETITIMER = 83 // { int setitimer(u_int which, struct \
77 SYS_GETITIMER = 86 // { int getitimer(u_int which, \
79 SYS_DUP2 = 90 // { int dup2(u_int from, u_int to); }
128 SYS_GETRLIMIT = 194 // { int getrlimit(u_int which, \
129 SYS_SETRLIMIT = 195 // { int setrlimit(u_int which,
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc/inc-3200/
loc_api_common.h 155 u_int sv_list_len;
164 u_int nmea_sentences_len;
213 u_int addr_len;
357 u_int requestor_id_string_len;
367 u_int client_name_string_len;
400 u_int ext_client_address_len;
423 u_int lcs_codeword_string_len;
441 u_int notification_text_len;
561 u_int data_len;
681 u_int data_ptr_len
    [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/inc-3200/
loc_api_common.h 155 u_int sv_list_len;
164 u_int nmea_sentences_len;
213 u_int addr_len;
357 u_int requestor_id_string_len;
367 u_int client_name_string_len;
400 u_int ext_client_address_len;
423 u_int lcs_codeword_string_len;
441 u_int notification_text_len;
561 u_int data_len;
681 u_int data_ptr_len
    [all...]
  /hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/inc-3200/
loc_api_common.h 155 u_int sv_list_len;
164 u_int nmea_sentences_len;
213 u_int addr_len;
357 u_int requestor_id_string_len;
367 u_int client_name_string_len;
400 u_int ext_client_address_len;
423 u_int lcs_codeword_string_len;
441 u_int notification_text_len;
561 u_int data_len;
681 u_int data_ptr_len
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
types.h 49 typedef unsigned int u_int; typedef
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_addrmanagmt_pmap_rmtcall/
rpc_pmap_rmtcall_performance.c 121 sin.sin_addr.s_addr = *(u_int *) hp->h_addr;

Completed in 2201 milliseconds

1 2 3 4 5 6 7 8 91011>>