Searched refs:u_char (Results 201 - 225 of 678) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Dlcp.h107 u_char chap_mdtype; /* which MD types (hashing algorithm) */
129 void lcp_sprotrej __P((int, u_char *, int)); /* send protocol reject */
H A Dpppd.h120 #define OPT_A2OR 0x800 /* for o_bool, OR arg to *(u_char *)addr2 */
129 #define OPT_A2CLRB 0x10000 /* o_bool, clr val bits in *(u_char *)addr2 */
217 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,
418 void (*datainput) __P((int unit, u_char *pkt, int len));
428 int (*active_pkt) __P((u_char *pkt, int len));
510 void log_packet __P((u_char *, int, char *, int));
527 void dump_packet __P((const char *, u_char *, int));
613 void output __P((int, u_char *, in
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/plugins/radius/
H A Dradiusclient.h62 u_char code;
63 u_char id;
65 u_char vector[AUTH_VECTOR_LEN];
66 u_char data[2];
330 u_char strvalue[AUTH_STRING_LEN + 1];
346 u_char code; /* RADIUS packet code */
347 u_char seq_nbr; /* Packet sequence number */
359 u_char request_vector[AUTH_VECTOR_LEN];
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Ddesktop.h34 u_char sdt_creator[ 4 ];
42 extern char *dtfile (const struct vol *, u_char [], char *);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/isdn/hisax/
H A Dq931.c24 iecpy(u_char * dest, u_char * iestart, int ieoffset)
26 u_char *p;
41 u_char nr;
201 prbits(char *dest, u_char b, int start, int len)
217 u_char *
218 skipext(u_char * p)
233 u_char nr;
445 prcause(char *dest, u_char * p)
447 u_char *en
[all...]
H A Dteles3.c29 static inline u_char
30 readreg(unsigned int adr, u_char off)
36 writereg(unsigned int adr, u_char off, u_char data)
43 read_fifo(unsigned int adr, u_char * data, int size)
49 write_fifo(unsigned int adr, u_char * data, int size)
56 static u_char
57 ReadISAC(struct IsdnCardState *cs, u_char offset)
63 WriteISAC(struct IsdnCardState *cs, u_char offset, u_char valu
[all...]
H A Davm_pci.c77 static u_char
78 ReadISAC(struct IsdnCardState *cs, u_char offset)
80 register u_char idx = (offset > 0x2f) ? AVM_ISAC_REG_HIGH : AVM_ISAC_REG_LOW;
81 register u_char val;
89 WriteISAC(struct IsdnCardState *cs, u_char offset, u_char value)
91 register u_char idx = (offset > 0x2f) ? AVM_ISAC_REG_HIGH : AVM_ISAC_REG_LOW;
98 ReadISACfifo(struct IsdnCardState *cs, u_char * data, int size)
105 WriteISACfifo(struct IsdnCardState *cs, u_char * data, int size)
112 ReadHDLCPCI(struct IsdnCardState *cs, int chan, u_char offse
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A Dppp_mppe.h35 u_char *ptr = ci; /* u_char[4] */ \
57 u_char *ptr = ci; /* u_char[4] */ \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/ospfd/
H A Dospf_te.h117 u_char value;
118 u_char padding[3];
H A Dospf_snmp.c222 static u_char *ospfGeneralGroup ();
223 static u_char *ospfAreaEntry ();
224 static u_char *ospfStubAreaEntry ();
225 static u_char *ospfLsdbEntry ();
226 static u_char *ospfAreaRangeEntry ();
227 static u_char *ospfHostEntry ();
228 static u_char *ospfIfEntry ();
229 static u_char *ospfIfMetricEntry ();
230 static u_char *ospfVirtIfEntry ();
231 static u_char *ospfNbrEntr
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/mtd/devices/
H A Dphram.c40 u_char *start = mtd->priv;
60 size_t *retlen, u_char **mtdbuf)
62 u_char *start = mtd->priv;
72 static void phram_unpoint(struct mtd_info *mtd, u_char *addr, loff_t from,
78 size_t *retlen, u_char *buf)
80 u_char *start = mtd->priv;
95 size_t *retlen, const u_char *buf)
97 u_char *start = mtd->priv;
H A Dslram.c28 u_char *start;
29 u_char *end;
49 static int slram_point(struct mtd_info *, loff_t, size_t, size_t *, u_char **);
50 static void slram_unpoint(struct mtd_info *, u_char *, loff_t, size_t);
51 static int slram_read(struct mtd_info *, loff_t, size_t, size_t *, u_char *);
52 static int slram_write(struct mtd_info *, loff_t, size_t, size_t *, const u_char *);
77 size_t *retlen, u_char **mtdbuf)
89 static void slram_unpoint(struct mtd_info *mtd, u_char *addr, loff_t from, size_t len)
94 size_t *retlen, u_char *buf)
111 size_t *retlen, const u_char *bu
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/bgpd/
H A Dbgp_table.c132 static u_char maskbit[] =
142 u_char diff;
143 u_char mask;
145 u_char *np = (u_char *)&n->u.prefix;
146 u_char *pp = (u_char *)&p->u.prefix;
147 u_char *newp = (u_char *)&new->u.prefix;
173 #define CHECK_BIT(X,P) ((((u_char *)(
[all...]
H A Dbgp_snmp.c129 static u_char *bgpVersion ();
130 static u_char *bgpLocalAs ();
131 static u_char *bgpPeerTable ();
132 static u_char *bgpRcvdPathAttrTable ();
133 static u_char *bgpIdentifier ();
134 static u_char *bgp4PathAttrTable ();
135 /* static u_char *bgpTraps (); */
242 static u_char *
246 static u_char version;
257 return (u_char *)
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/lib/
H A Dtable.c129 static u_char maskbit[] =
139 u_char diff;
140 u_char mask;
142 u_char *np = (u_char *)&n->u.prefix;
143 u_char *pp = (u_char *)&p->u.prefix;
144 u_char *newp = (u_char *)&new->u.prefix;
170 #define CHECK_BIT(X,P) ((((u_char *)(
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/mtd/nand/
H A Dau1550nd.c32 static void (*au1550_write_byte)(struct mtd_info *, u_char);
54 static u_char au_read_byte(struct mtd_info *mtd)
57 u_char ret = readb(this->IO_ADDR_R);
69 static void au_write_byte(struct mtd_info *mtd, u_char byte)
83 static u_char au_read_byte16(struct mtd_info *mtd)
86 u_char ret = (u_char) cpu_to_le16(readw(this->IO_ADDR_R));
99 static void au_write_byte16(struct mtd_info *mtd, u_char byte)
129 static void au_write_buf(struct mtd_info *mtd, const u_char *buf, int len)
148 static void au_read_buf(struct mtd_info *mtd, u_char *bu
[all...]
H A Dcmx270_nand.c67 static u_char cmx270_read_byte(struct mtd_info *mtd)
74 static void cmx270_write_buf(struct mtd_info *mtd, const u_char *buf, int len)
83 static void cmx270_read_buf(struct mtd_info *mtd, u_char *buf, int len)
92 static int cmx270_verify_buf(struct mtd_info *mtd, const u_char *buf, int len)
98 if (buf[i] != (u_char)(readl(this->IO_ADDR_R) >> 16))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ppc/boot/simple/
H A Diic.c15 void iic_read(uint devaddr, u_char *buf, uint offset, uint count);
111 static u_char iitemp[32];
114 iic_read(uint devaddr, u_char *buf, uint offset, uint count)
121 u_char *tb;
144 tb = (u_char *)(((uint)tb + 15) & ~15);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dmroute6.h258 u_char im6_mbz; /* must be zero */
259 u_char im6_msgtype; /* what type of message */
271 u_char pim_type:4, /* the PIM message type, currently they are:
278 u_char pim_ver:4, /* PIM version */
281 u_char pim_rsv; /* Reserved */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/oss/dmasound/
H A Ddmasound_paula.c159 static ssize_t ami_ct_s8(const u_char __user *userPtr, size_t userCount,
160 u_char frame[], ssize_t *frameUsed, ssize_t frameLeft)
171 u_char *left = &frame[*frameUsed>>1];
172 u_char *right = left+write_sq_block_size_half;
192 static ssize_t funcname(const u_char __user *userPtr, size_t userCount, \
193 u_char frame[], ssize_t *frameUsed, \
199 u_char *p = &frame[*frameUsed]; \
203 u_char data; \
210 u_char *left = &frame[*frameUsed>>1]; \
211 u_char *righ
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wireless/
H A Darlan-proc.c38 #define SARLUC(var) SARLG(u_char, var)
39 #define SARLUCN(var,nn) SARLBN(u_char,var, nn)
62 u_char diagnosticInfo;
64 READSHM(diagnosticInfo, arlan->diagnosticInfo, u_char);
115 u_char hardwareType;
119 READSHM(hardwareType, arlan->hardwareType, u_char);
190 u_char diagnosticInfo;
192 u_char hardwareType;
203 READSHM(diagnosticInfo, arlan->diagnosticInfo, u_char);
213 DEBUGSHM(1, "%03d:", arlan->lanCardNodeId[i], u_char);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68k/mac/
H A Ddebug.c134 u_char cha_b_ctrl;
135 u_char char_dummy1;
136 u_char cha_a_ctrl;
137 u_char char_dummy2;
138 u_char cha_b_data;
139 u_char char_dummy3;
140 u_char cha_a_data;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/math-emu/
H A Dpoly_l2.c22 static void log2_kernel(FPU_REG const *arg, u_char argsign,
29 void poly_l2(FPU_REG *st0_ptr, FPU_REG *st1_ptr, u_char st1_sign)
33 u_char sign, argsign;
119 int poly_l2p1(u_char sign0, u_char sign1,
122 u_char tag;
203 static void log2_kernel(FPU_REG const *arg, u_char argsign, Xsig *accum_result,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ppc/platforms/85xx/
H A Dsbc85xx.c57 static u_char sbc8560_openpic_initsenses[] __initdata = {
159 int mpc85xx_exclude_device(u_char bus, u_char devfn)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/drivers/
H A Dpcap_user.c98 static void handler(u_char *data, const struct pcap_pkthdr *header,
99 const u_char *packet)
117 n = pcap_dispatch(pri->pcap, 1, handler, (u_char *) &hdata);

Completed in 300 milliseconds

1234567891011>>