Searched refs:hdlc_proto (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dhdlc.h35 struct hdlc_proto { struct
44 struct hdlc_proto *next; /* next protocol in the list */
57 const struct hdlc_proto *proto;
77 void register_hdlc_protocol(struct hdlc_proto *proto);
78 void unregister_hdlc_protocol(struct hdlc_proto *proto);
114 int attach_hdlc_protocol(struct net_device *dev, struct hdlc_proto *proto,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/
H A Dhdlc.c45 static struct hdlc_proto *first_proto = NULL;
203 struct hdlc_proto *proto = first_proto;
275 int attach_hdlc_protocol(struct net_device *dev, struct hdlc_proto *proto,
313 void register_hdlc_protocol(struct hdlc_proto *proto)
320 void unregister_hdlc_protocol(struct hdlc_proto *proto)
322 struct hdlc_proto **p = &first_proto;
H A Dhdlc_raw.c36 static struct hdlc_proto proto = {
H A Dhdlc_ppp.c91 static struct hdlc_proto proto = {
H A Dhdlc_raw_eth.c48 static struct hdlc_proto proto = {
H A Dhdlc_x25.c183 static struct hdlc_proto proto = {
H A Dhdlc_cisco.c313 static struct hdlc_proto proto = {
H A Dhdlc_fr.c1217 static struct hdlc_proto proto = {

Completed in 80 milliseconds