PX_MAX_PROTO
if (protocol < 0 || protocol > PX_MAX_PROTO)
static const struct pppox_proto *pppox_protos[PX_MAX_PROTO + 1];
if (proto_num < 0 || proto_num > PX_MAX_PROTO)
if (proto_num >= 0 && proto_num <= PX_MAX_PROTO)