Home
last modified time | relevance | path

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

/linux-2.6.39/net/phonet/
Daf_phonet.c38 static struct phonet_protocol *proto_tab[PHONET_NPROTO] __read_mostly;
44 if (protocol >= PHONET_NPROTO) in phonet_proto_get()
472 if (protocol >= PHONET_NPROTO) in phonet_proto_register()
/linux-2.6.39/include/linux/
Dphonet.h34 #define PHONET_NPROTO 3 macro