HomeSort by relevance Sort by last modified time
    Searched refs:u_char (Results 176 - 200 of 355) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/tcpdump/
print-chdlc.c 43 static void chdlc_slarp_print(const u_char *, u_int);
54 chdlc_if_print(const struct pcap_pkthdr *h, register const u_char *p)
67 chdlc_print(register const u_char *p, u_int length) {
146 chdlc_slarp_print(const u_char *cp, u_int length)
print-cip.c 70 cip_if_print(const struct pcap_pkthdr *h, const u_char *p)
print-cnfp.c 82 cnfp_print(const u_char *cp, const u_char *bp _U_)
94 if ((const u_char *)(nh + 1) > snapend)
124 for (; nrecs-- && (const u_char *)(nr + 1) <= snapend; nr++) {
print-enc.c 49 enc_if_print(const struct pcap_pkthdr *h, register const u_char *p)
print-ospf.c 182 static const u_char *ospf_print_lsa(const struct lsa *);
183 static int ospf_decode_v2(const struct ospfhdr *, const u_char *);
317 ((sizeof rlp->link_tos0metric) + (u_char *) rlp);
324 rlp = (struct rlalink *)((u_char *)(rlp + 1) +
334 while ((u_char *)ap < ls_end) {
352 while ((u_char *)lp < ls_end) {
372 while ((u_char *)lp < ls_end) {
392 while ((u_char *)almp < ls_end) {
422 while ((u_char *)mcp < ls_end) {
750 register const u_char *dataend
    [all...]
print-pim.c 107 u_char pim_rsv; /* Reserved */
121 static void pimv2_print(register const u_char *bp, register u_int len);
124 pimv1_join_prune_print(register const u_char *bp, register u_int len)
212 pimv1_print(register const u_char *bp, register u_int len)
214 register const u_char *ep;
215 register u_char type;
217 ep = (const u_char *)snapend;
326 cisco_autorp_print(register const u_char *bp, register u_int len)
416 pim_print(register const u_char *bp, register u_int len)
418 register const u_char *ep
    [all...]
print-telnet.c 110 telnet_parse(const u_char *sp, u_int length, int print)
114 const u_char *osp, *p;
228 telnet_print(const u_char *sp, u_int length)
231 const u_char *osp;
ip6.h 112 u_char ip6e_nxt;
113 u_char ip6e_len;
print-mpls.c 61 mpls_print(const u_char *bp, u_int length)
63 const u_char *p;
print-ether.c 80 ether_hdr_print(register const u_char *bp, u_int length)
107 ether_print(const u_char *p, u_int length, u_int caplen)
137 ether_hdr_print((u_char *)ep, length + ETHER_HDRLEN);
146 ether_hdr_print((u_char *)ep, length + ETHER_HDRLEN);
160 ether_if_print(const struct pcap_pkthdr *h, const u_char *p)
180 ether_encap_print(u_short ether_type, const u_char *p,
print-llc.c 148 llc_print(const u_char *p, u_int length, u_int caplen,
149 const u_char *esrc, const u_char *edst, u_short *extracted_ethertype)
160 default_print((u_char *)p, caplen);
186 default_print((u_char *)p, caplen);
379 snap_print(const u_char *p, u_int length, u_int caplen,
smbutil.c 29 extern const u_char *startbuf;
77 make_unix_date(const u_char *date_ptr)
91 make_unix_date2(const u_char *date_ptr)
105 interpret_long_date(const u_char *p)
132 name_interpret(const u_char *in, const u_char *maxbuf, char *out)
171 static const u_char *
172 name_ptr(const u_char *buf, int ofs, const u_char *maxbuf)
174 const u_char *p
    [all...]
print-dccp.c 70 u_char mbz;
71 u_char proto;
163 static void dccp_print_ack_no(const u_char *bp)
208 static int dccp_print_option(const u_char *option);
216 void dccp_print(const u_char *bp, const u_char *data2, u_int len)
223 const u_char *cp;
237 cp = (const u_char *)(dh + 1);
383 const u_char *cp;
407 static int dccp_print_option(const u_char *option
    [all...]
print-ldp.c 220 int ldp_msg_print(register const u_char *);
221 int ldp_tlv_print(register const u_char *);
241 ldp_tlv_print(register const u_char *tptr) {
250 u_char fec_type;
483 ldp_print(register const u_char *pptr, register u_int len) {
497 ldp_msg_print(register const u_char *pptr) {
501 const u_char *tptr,*msg_tptr;
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);
159 static int juniper_parse_header (const u_char *, const struct pcap_pkthdr *, struct juniper_l2info_t *);
163 juniper_ggsn_print(const struct pcap_pkthdr *h, register const u_char *p)
209 juniper_es_print(const struct pcap_pkthdr *h, register const u_char *p)
279 juniper_monitor_print(const struct pcap_pkthdr *h, register const u_char *p)
312 juniper_services_print(const struct pcap_pkthdr *h, register const u_char *p)
346 juniper_pppoe_print(const struct pcap_pkthdr *h, register const u_char *p)
363 juniper_ether_print(const struct pcap_pkthdr *h, register const u_char *p)
380 juniper_ppp_print(const struct pcap_pkthdr *h, register const u_char *p
    [all...]
tcpdump.c 108 static void print_packet(u_char *, const struct pcap_pkthdr *, const u_char *);
109 static void ndo_default_print(netdissect_options *, const u_char *, u_int);
110 static void dump_packet_and_trunc(u_char *, const struct pcap_pkthdr *, const u_char *);
111 static void dump_packet(u_char *, const struct pcap_pkthdr *, const u_char *);
131 typedef u_int (*if_printer)(const struct pcap_pkthdr *, const u_char *);
462 u_char *pcap_userdata;
980 pcap_userdata = (u_char *)&dumpinfo
    [all...]
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)
208 print_igmpv3_query(register const u_char *bp, register u_int len)
260 igmp_print(register const u_char *bp, register u_int len)
  /external/ppp/pppd/
ipv6cp.c 187 static void ipv6cp_addci __P((fsm *, u_char *, int *)); /* Add our CI */
188 static int ipv6cp_ackci __P((fsm *, u_char *, int)); /* Peer ack'd our CI */
189 static int ipv6cp_nakci __P((fsm *, u_char *, int, int));/* Peer nak'd our CI */
190 static int ipv6cp_rejci __P((fsm *, u_char *, int)); /* Peer rej'd our CI */
191 static int ipv6cp_reqci __P((fsm *, u_char *, int *, int)); /* Rcv CI */
267 static void ipv6cp_input __P((int, u_char *, int));
269 static int ipv6cp_printpkt __P((u_char *, int,
273 static int ipv6_active_pkt __P((u_char *, int));
492 u_char *p;
556 u_char *ucp
    [all...]
ccp.c 172 static void ccp_input __P((int unit, u_char *pkt, int len));
174 static int ccp_printpkt __P((u_char *pkt, int len,
177 static void ccp_datainput __P((int unit, u_char *pkt, int len));
210 static void ccp_addci __P((fsm *, u_char *, int *));
211 static int ccp_ackci __P((fsm *, u_char *, int));
212 static int ccp_nakci __P((fsm *, u_char *, int, int));
213 static int ccp_rejci __P((fsm *, u_char *, int));
214 static int ccp_reqci __P((fsm *, u_char *, int *, int));
217 static int ccp_extcode __P((fsm *, int, int, u_char *, int));
444 u_char *p
    [all...]
  /bionic/libc/netbsd/resolv/
res_send.c 140 static int send_vc(res_state, const u_char *, int,
141 u_char *, int, int *, int);
142 static int send_dg(res_state, const u_char *, int,
143 u_char *, int, int *, int,
154 void res_pquery(const res_state, const u_char *, int, FILE *);
280 const u_char *buf, const u_char *eom)
282 const u_char *cp = buf + HFIXEDSZ;
316 res_queriesmatch(const u_char *buf1, const u_char *eom1
    [all...]
  /external/ppp/pppd/plugins/
winbind.c 254 const u_char *challenge,
256 const u_char *lm_response,
258 const u_char *nt_response,
260 u_char nt_key[16],
556 u_char *nt_response = NULL;
557 u_char *lm_response = NULL;
561 u_char session_key[16];
614 u_char Challenge[8];
615 u_char session_key[MD4_SIGNATURE_SIZE];
  /bionic/libc/bionic/
arc4random.c 84 arc4_addrandom(u_char *dat, int datlen)
135 u_char rnd[128];
207 arc4random_addrandom(u_char *dat, int datlen)
232 u_char *buf = (u_char *)_buf;
  /bionic/libc/netbsd/nameser/
ns_parse.c 79 ns_skiprr(const u_char *ptr, const u_char *eom, ns_sect section, int count) {
80 const u_char *optr = ptr;
103 ns_initparse(const u_char *msg, int msglen, ns_msg *handle) {
104 const u_char *eom = msg + msglen;
  /external/libpcap/
pcap-bpf.h 417 * u_char firewire_dhost[FIREWIRE_EUI64_LEN];
418 * u_char firewire_shost[FIREWIRE_EUI64_LEN];
806 u_char jt;
807 u_char jf;
819 extern u_int bpf_filter(struct bpf_insn *, u_char *, u_int, u_int);
pcap-enet.c 41 u_char packet[8]
56 register u_char *bp;
65 u_char p[BUFSPACE];

Completed in 484 milliseconds

1 2 3 4 5 6 78 91011>>