Searched refs:mine (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dnetrom.h230 extern void __nr_transmit_reply(struct sk_buff *skb, int mine,
237 #define nr_transmit_refusal(skb, mine) \
239 __nr_transmit_reply((skb), (mine), NR_CONNACK | NR_CHOKE_FLAG); \
246 #define nr_transmit_reset(skb, mine) \
248 __nr_transmit_reply((skb), (mine), NR_RESET); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ax25/
H A Dax25_in.c191 int type = 0, mine = 0, dama; local
230 mine = 1;
233 if (!mine && ax25_listen_mine(&dest, dev) && dp.lastrepeat + 1 == dp.ndigi)
234 mine = 1;
242 if (!mine && ax25cmp(&dest, (ax25_address *)dev->broadcast) != 0) {
339 if ((*skb->data & ~AX25_PF) != AX25_DM && mine)
357 if (mine)
375 if (!mine) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netrom/
H A Dnr_subr.c214 void __nr_transmit_reply(struct sk_buff *skb, int mine, unsigned char cmdflags) argument
243 if (mine) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/pptp/
H A DMakefile99 WEB=~/public_html/external/mine/pptp/pptpconfig

Completed in 88 milliseconds