Home
last modified time | relevance | path

Searched refs:PX_MAX_PROTO (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/net/
Dpppox.c41 static struct pppox_proto *proto[PX_MAX_PROTO+1];
45 if (proto_num < 0 || proto_num > PX_MAX_PROTO) { in register_pppox_proto()
60 if (proto_num >= 0 && proto_num <= PX_MAX_PROTO) { in unregister_pppox_proto()
123 if (protocol < 0 || protocol > PX_MAX_PROTO) in pppox_create()
/linux-2.4.37.9/include/linux/
Dif_pppox.h54 #define PX_MAX_PROTO 1 macro