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

1 2 3 4 5 6 78 91011>>

  /external/tcpdump/
print-sunatm.c 72 u_int
75 u_int caplen = h->caplen;
76 u_int length = h->len;
79 u_int traftype;
print-symantec.c 48 symantec_hdr_print(register const u_char *bp, u_int length)
79 u_int
82 u_int length = h->len;
83 u_int caplen = h->caplen;
decode_prefix.h 36 extern int decode_prefix4(const u_char *pptr, char *buf, u_int buflen);
38 extern int decode_prefix6(const u_char *pd, char *buf, u_int buflen);
print-null.c 68 null_hdr_print(u_int family, u_int length)
87 u_int
90 u_int length = h->len;
91 u_int caplen = h->caplen;
92 u_int family;
print-token.c 60 token_hdr_print(register const struct token_header *trp, register u_int length,
100 u_int
101 token_print(const u_char *p, u_int length, u_int caplen)
106 u_int route_len = 0, hdr_len = TOKEN_HDRLEN;
190 u_int
print-igmp.c 110 print_mtrace(register const u_char *bp, register u_int len)
132 print_mresp(register const u_char *bp, register u_int len)
154 print_igmpv3_report(register const u_char *bp, register u_int len)
156 u_int group, nsrcs, ngroups;
157 register u_int i, j;
208 print_igmpv3_query(register const u_char *bp, register u_int len)
210 u_int mrc;
212 u_int nsrcs;
213 register u_int i;
260 igmp_print(register const u_char *bp, register u_int len
    [all...]
print-fr.c 44 static void frf15_print(const u_char *, u_int);
103 static int parse_q922_addr(const u_char *p, u_int *dlci, u_int *sdlcore,
104 u_int *addr_len, u_int8_t *flags)
167 static u_int
168 fr_hdrlen(const u_char *p, u_int addr_len)
177 fr_hdr_print(int length, u_int addr_len, u_int dlci, u_int8_t *flags, u_int16_t nlpid)
203 u_int
206 register u_int length = h->len
    [all...]
print-decnet.c 50 static int print_decnet_ctlmsg(const union routehdr *, u_int, u_int);
52 static int print_l1_routes(const char *, u_int);
53 static int print_l2_routes(const char *, u_int);
55 static int print_elist(const char *, u_int);
56 static int print_nsp(const u_char *, u_int);
67 decnet_print(register const u_char *ap, register u_int length,
68 register u_int caplen)
73 u_int nsplen, pktlen;
99 u_int padlen = mflags & RMF_PADMASK
    [all...]
print-juniper.c 157 int ip_heuristic_guess(register const u_char *, u_int);
158 int juniper_ppp_heuristic_guess(register const u_char *, u_int);
162 u_int
208 u_int
220 u_int rewrite_len,es_type_bundle;
278 u_int
311 u_int
345 u_int
362 u_int
379 u_int
    [all...]
print-radius.c 139 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 )
450 register u_int i;
504 print_vendor_attr(register u_char *data, u_int length, u_short attr_code _U_
    [all...]
print-atalk.c 68 static void atp_print(const struct atATP *, u_int);
70 static void nbp_print(const struct atNBP *, u_int, u_short, u_char, u_char);
78 static void ddp_print(const u_char *, u_int, int, u_short, u_char, u_char);
84 u_int
93 u_int
94 llap_print(register const u_char *bp, u_int length)
100 u_int hdrlen;
170 atalk_print(register const u_char *bp, u_int length)
196 aarp_print(register const u_char *bp, u_int length)
233 ddp_print(register const u_char *bp, register u_int length, register int t
    [all...]
  /system/core/toolbox/
newfs_msdos.c 156 u_int bps; /* bytes per sector */
157 u_int spc; /* sectors per cluster */
158 u_int res; /* reserved sectors */
159 u_int nft; /* number of FATs */
160 u_int rde; /* root directory entries */
161 u_int sec; /* total sectors */
162 u_int mid; /* media descriptor */
163 u_int spf; /* sectors per FAT */
164 u_int spt; /* sectors per track */
165 u_int hds; /* drive heads *
    [all...]
  /external/kernel-headers/original/linux/sunrpc/
auth_gss.h 93 void print_hexl(u32 *p, u_int length, u_int offset);
  /external/libpcap/
pcap1.h 68 typedef u_int bpf_u_int32;
180 u_int ps_recv; /* number of packets received */
181 u_int ps_drop; /* number of packets dropped */
182 u_int ps_ifdrop; /* drops by interface XXX not yet supported */
184 u_int bs_capt; /* number of packets that reach the application */
266 u_int bpf_filter(struct bpf_insn *, u_char *, u_int, u_int);
pcap.h 44 #include <sys/socket.h> /* u_int, u_char etc. */
71 typedef u_int bpf_u_int32;
151 u_int ps_recv; /* number of packets received */
152 u_int ps_drop; /* number of packets dropped */
153 u_int ps_ifdrop; /* drops by interface XXX not yet supported */
155 u_int bs_capt; /* number of packets that reach the application */
276 u_int bpf_filter(struct bpf_insn *, u_char *, u_int, u_int);
  /external/openssh/
dispatch.h 38 void dispatch_range(u_int, u_int, dispatch_fn *);
ssh-dss.c 46 ssh_dss_sign(const Key *key, u_char **sigp, u_int *lenp,
47 const u_char *data, u_int datalen)
53 u_int rlen, slen, len, dlen;
109 ssh_dss_verify(const Key *key, const u_char *signature, u_int signaturelen,
110 const u_char *data, u_int datalen)
116 u_int len, dlen;
ssh-ecdsa.c 47 ssh_ecdsa_sign(const Key *key, u_char **sigp, u_int *lenp,
48 const u_char *data, u_int datalen)
54 u_int len, dlen;
96 ssh_ecdsa_verify(const Key *key, const u_char *signature, u_int signaturelen,
97 const u_char *data, u_int datalen)
103 u_int len, dlen;
dns.c 78 u_char **digest, u_int *digest_len, Key *key)
115 u_char **digest, u_int *digest_len, u_char *rdata, int rdata_len)
178 u_int counter;
185 u_int hostkey_digest_len;
190 u_int dnskey_digest_len;
289 u_int rdata_digest_len;
291 u_int i;
mux.c 101 u_int want_tty;
102 u_int want_subsys;
103 u_int want_x_fwd;
104 u_int want_agent_fwd;
109 u_int rid;
114 u_int cid; /* channel id */
115 u_int rid; /* request id */
123 u_int muxclient_request_id = 0;
126 u_int muxclient_command = 0;
132 static u_int muxserver_pid = 0
    [all...]
kex.c 97 u_int i;
117 u_int i;
146 u_int i;
196 u_int i;
230 u_int i, dlen;
408 u_int mode, ctos, need;
478 derive_key(Kex *kex, int id, u_int need, u_char *hash, u_int hashlen,
484 u_int have;
529 kex_derive_keys(Kex *kex, u_char *hash, u_int hashlen, BIGNUM *shared_secret
    [all...]
bufbn.c 101 u_int bits, bytes;
145 u_int bytes;
148 u_int hasnohigh = 0;
167 if (oi < 0 || (u_int)oi != bytes - 1) {
190 u_int len;
packet.c 114 u_int remote_protocol_flags;
145 u_int max_packet_size;
173 u_int ssh1_keylen;
179 u_int packet_discard;
183 u_int packlen;
276 packet_start_discard(Enc *enc, Mac *mac, u_int packet_length, u_int discard)
323 packet_get_keyiv(int mode, u_char *iv, u_int len)
503 packet_set_protocol_flags(u_int protocol_flags)
510 u_int
    [all...]
  /external/libppp/src/
fsm.h 64 u_int timeout; /* FSM retry frequency */
65 u_int maxreq; /* Max Config REQ retries */
66 u_int maxtrm; /* Max Term REQ retries */
186 extern void fsm_Output(struct fsm *, u_int, u_int, u_char *, unsigned, int);
196 extern const char *State2Nam(u_int);
  /external/ipsec-tools/src/libipsec/
pfkey_dump.c 110 static char *str_prefport __P((u_int, u_int, u_int, u_int));
111 static void str_upperspec __P((u_int, u_int, u_int));
545 str_prefport((u_int)sa->sa_family,
546 (u_int)m_saddr->sadb_address_prefixlen,
547 (u_int)sport
    [all...]

Completed in 935 milliseconds

1 2 3 4 5 6 78 91011>>