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

1 2 3 4 5 6 78 91011>>

  /external/ppp/pppd/
mppe.h 70 u_char *ptr = ci; /* u_char[4] */ \
92 u_char *ptr = ci; /* u_char[4] */ \
pppd.h 120 #define OPT_A2OR 0x800 /* for o_bool, OR arg to *(u_char *)addr2 */
130 #define OPT_A2CLRB 0x20000 /* o_bool, clr val bits in *(u_char *)addr2 */
218 extern u_char outpacket_buf[]; /* Buffer for outgoing packets */
402 void (*input) __P((int unit, u_char *pkt, int len));
414 int (*printpkt) __P((u_char *pkt, int len, printer_func printer,
417 void (*datainput) __P((int unit, u_char *pkt, int len));
427 int (*active_pkt) __P((u_char *pkt, int len));
524 void log_packet __P((u_char *, int, char *, int));
543 void dump_packet __P((const char *, u_char *, int));
627 void output __P((int, u_char *, int)); /* Output a PPP packet *
    [all...]
  /external/ppp/pppd/plugins/radius/
radiusclient.h 62 u_char code;
63 u_char id;
65 u_char vector[AUTH_VECTOR_LEN];
66 u_char data[2];
334 u_char strvalue[AUTH_STRING_LEN + 1];
350 u_char code; /* RADIUS packet code */
351 u_char seq_nbr; /* Packet sequence number */
363 u_char request_vector[AUTH_VECTOR_LEN];
  /external/syslinux/core/lwip/src/netif/ppp/
lcp.h 105 u_char chap_mdtype; /* which MD type (hashing algorithm) */
143 void lcp_sprotrej (int, u_char *, int); /* send protocol reject */
vj.c 53 register u_char i;
81 cp[1] = (u_char)(n); \
82 cp[0] = (u_char)((n) >> 8); \
85 *cp++ = (u_char)(n); \
91 cp[1] = (u_char)(n); \
92 cp[0] = (u_char)((n) >> 8); \
95 *cp++ = (u_char)(n); \
148 u_char new_seq[16];
149 register u_char *cp = new_seq;
382 cp = (u_char *)pb->payload
    [all...]
  /external/tcpdump/
print-dtp.c 47 dtp_print (netdissect_options *ndo, const u_char *pptr, u_int length)
50 const u_char *tptr;
print-mobile.c 66 mobile_print(netdissect_options *ndo, const u_char *bp, u_int length)
71 u_char osp =0; /* old source address present */
print-chdlc.c 36 static void chdlc_slarp_print(netdissect_options *, const u_char *, u_int);
47 chdlc_if_print(netdissect_options *ndo, const struct pcap_pkthdr *h, register const u_char *p)
53 chdlc_print(netdissect_options *ndo, register const u_char *p, u_int length)
56 const u_char *bp = p;
142 chdlc_slarp_print(netdissect_options *ndo, const u_char *cp, u_int length)
print-pppoe.c 88 pppoe_if_print(netdissect_options *ndo, const struct pcap_pkthdr *h, register const u_char *p)
94 pppoe_print(netdissect_options *ndo, register const u_char *bp, u_int length)
98 const u_char *pppoe_packet, *pppoe_payload;
136 const u_char *p = pppoe_payload;
152 const u_char *v;
print-fddi.c 41 u_char fddi_fc; /* frame control */
42 u_char fddi_dhost[6];
43 u_char fddi_shost[6];
123 static const u_char fddi_bit_swap[] = {
162 print_fddi_fc(netdissect_options *ndo, u_char fc)
256 register const u_char *fsrc, register const u_char *fdst)
271 fddi_smt_print(netdissect_options *ndo, const u_char *p _U_, u_int length _U_)
277 fddi_print(netdissect_options *ndo, const u_char *p, u_int length, u_int caplen)
342 fddi_if_print(netdissect_options *ndo, const struct pcap_pkthdr *h, register const u_char *p
    [all...]
print-wb.c 52 ((const struct dophdr *)((const u_char *)(d) + \
63 u_char ph_type; /* message type */
64 u_char ph_flags; /* message flags */
92 u_char dh_flags;
93 u_char dh_type; /* body type */
208 fn_print(ndo, (const u_char *)cp, (const u_char *)cp + len);
263 const u_char *ep = ndo->ndo_snapend;
287 return ((const u_char *)ps <= ep? 0 : -1);
314 const struct dophdr *dh = (const struct dophdr *)((const u_char *)dop + sizeof(*dop))
    [all...]
print-icmp6.c 479 static void print_lladdr(netdissect_options *ndo, const u_char *, size_t);
480 static void icmp6_opt_print(netdissect_options *ndo, const u_char *, int);
481 static void mld6_print(netdissect_options *ndo, const u_char *);
482 static void mldv2_report_print(netdissect_options *ndo, const u_char *, u_int);
483 static void mldv2_query_print(netdissect_options *ndo, const u_char *, u_int);
484 static const struct udphdr *get_upperlayer(netdissect_options *ndo, const u_char *, u_int *);
485 static void dnsname_print(netdissect_options *ndo, const u_char *, const u_char *);
486 static void icmp6_nodeinfo_print(netdissect_options *ndo, u_int, const u_char *, const u_char *);
    [all...]
print-radius.c 171 static void print_attr_string(netdissect_options *, register const u_char *, u_int, u_short );
172 static void print_attr_num(netdissect_options *, register const u_char *, u_int, u_short );
173 static void print_vendor_attr(netdissect_options *, register const u_char *, u_int, u_short );
174 static void print_attr_address(netdissect_options *, register const u_char *, u_int, u_short);
175 static void print_attr_time(netdissect_options *, register const u_char *, u_int, u_short);
176 static void print_attr_strange(netdissect_options *, register const u_char *, u_int, u_short);
378 u_char siz_subtypes; /* Size of total standard values */
379 u_char first_subtype; /* First standard value is 0 or 1 */
380 void (*print_func)(netdissect_options *, register const u_char *, u_int, u_short);
489 register const u_char *data, u_int length, u_short attr_code
    [all...]
print-pptp.c 102 u_char hostname[64];
103 u_char vendor[64];
114 u_char hostname[64];
115 u_char vendor[64];
152 u_char phone_no[64];
153 u_char subaddr[64];
175 u_char dialed_no[64]; /* DNIS */
176 u_char dialing_no[64]; /* CLID */
177 u_char subaddr[64];
210 u_char call_stats[128]
    [all...]
print-rx.c 493 static void rx_cache_insert(netdissect_options *, const u_char *, const struct ip *, int);
497 static void fs_print(netdissect_options *, const u_char *, int);
498 static void fs_reply_print(netdissect_options *, const u_char *, int, int32_t);
499 static void acl_print(netdissect_options *, u_char *, int, u_char *);
500 static void cb_print(netdissect_options *, const u_char *, int);
501 static void cb_reply_print(netdissect_options *, const u_char *, int, int32_t);
502 static void prot_print(netdissect_options *, const u_char *, int);
503 static void prot_reply_print(netdissect_options *, const u_char *, int, int32_t);
504 static void vldb_print(netdissect_options *, const u_char *, int)
    [all...]
print-snmp.c 259 u_char oid; /* sub-id following parent */
260 u_char type; /* object type (unused) */
350 const u_char *str;
354 u_char form, class; /* tag info */
355 u_char type;
420 register const u_char *p, u_int len, struct be *elem)
422 u_char form, class, id;
446 form = (u_char)(*p & ASN_FORM_BITS) >> ASN_FORM_SHIFT;
447 class = (u_char)(*p & ASN_CLASS_BITS) >> ASN_CLASS_SHIFT;
676 const u_char *p = (const u_char *)elem->data.raw
    [all...]
print-hncp.c 46 const u_char *cp, u_int length, int indent);
50 const u_char *cp, u_int length)
149 is_ipv4_mapped_address(const u_char *addr)
152 static const u_char ipv4_mapped_heading[IPV4_MAPPED_HEADING_LEN] =
159 format_nid(const u_char *data)
170 format_256(const u_char *data)
195 format_ip6addr(netdissect_options *ndo, const u_char *cp)
204 print_prefix(netdissect_options *ndo, const u_char *prefix, u_int max_length)
225 ((u_char *)&addr)[plenbytes - 1] &=
240 const u_char *cp, u_int max_length, int print
    [all...]
print-ether.c 93 const u_char *bp, u_int length)
134 const u_char *p, u_int length, u_int caplen,
135 void (*print_encap_header)(netdissect_options *ndo, const u_char *), const u_char *encap_header_arg)
241 ether_hdr_print(ndo, (const u_char *)ep, orig_length);
259 const u_char *p)
275 const u_char *p)
302 const u_char *p)
326 u_short ether_type, const u_char *p,
print-igrp.c 105 igrp_print(netdissect_options *ndo, register const u_char *bp, u_int length)
108 register const u_char *cp;
112 cp = (const u_char *)(hdr + 1);
print-pktap.c 71 pktap_header_print(netdissect_options *ndo, const u_char *bp, u_int length)
100 const struct pcap_pkthdr *h, const u_char *p)
154 pktap_header_print(ndo, (const u_char *)hdr,
  /bionic/libc/upstream-openbsd/lib/libc/net/
base64.c 127 u_char const *src;
133 u_char input[3];
134 u_char output[4];
192 u_char *target;
196 u_char nextbyte;
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
res_debug.c 206 p_query(const u_char *msg) {
211 fp_query(const u_char *msg, FILE *file) {
220 fp_nquery(const u_char *msg, int len, FILE *file) {
294 const u_char *
295 p_cdnname(const u_char *cp, const u_char *msg, int len, FILE *file) {
308 const u_char *
309 p_cdname(const u_char *cp, const u_char *msg, FILE *file) {
316 const u_char *
    [all...]
  /bionic/libc/dns/resolv/
res_mkquery.c 120 const u_char *data, /* resource record data */
122 const u_char *newrr_in, /* new rr for modify or append */
123 u_char *buf, /* buffer to put query */
127 register u_char *cp, *ep;
129 u_char *dnptrs[20], **dpp, **lastdnptr;
233 u_char *buf, /* buffer to put query */
238 register u_char *cp, *ep;
  /external/libpcap/tests/
selpolltest.c 103 static void countme(u_char *, const struct pcap_pkthdr *, const u_char *);
239 (u_char *)&packet_count);
285 (u_char *)&packet_count);
296 (u_char *)&packet_count);
324 countme(u_char *user, const struct pcap_pkthdr *h, const u_char *sp)
  /system/core/toolbox/upstream-netbsd/bin/dd/
conv.c 65 u_char *inp;
66 const u_char *t;
122 u_char *inp, *outp;
123 const u_char *t;
233 u_char *inp;
234 const u_char *t;
267 u_char *t;

Completed in 545 milliseconds

1 2 3 4 5 6 78 91011>>