Searched refs:proto_filter (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/bluetooth/bnep/
H A Dcore.c119 s->proto_filter[0].start = ETH_P_IP;
120 s->proto_filter[0].end = ETH_P_ARP;
122 s->proto_filter[1].start = ETH_P_RARP;
123 s->proto_filter[1].end = ETH_P_AARP;
125 s->proto_filter[2].start = ETH_P_IPX;
126 s->proto_filter[2].end = ETH_P_IPV6;
148 struct bnep_proto_filter *f = s->proto_filter;
H A Dbnep.h167 struct bnep_proto_filter proto_filter[BNEP_MAX_PROTO_FILTERS]; member in struct:bnep_session
H A Dnetdev.c174 struct bnep_proto_filter *f = s->proto_filter;

Completed in 102 milliseconds