Home
last modified time | relevance | path

Searched refs:PIM (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/net/ipv6/
DKconfig247 bool "IPv6: PIM-SM version 2 support (EXPERIMENTAL)"
250 Support for IPv6 PIM multicast routing protocol PIM-SMv2.
/linux-2.6.39/Documentation/ABI/testing/
Dsysfs-bus-css30 Description: Contains the PIM/PAM/POM values, as reported by the
/linux-2.6.39/net/ipv4/
DKconfig242 bool "IP: PIM-SM version 1 support"
245 Kernel side support for Sparse Mode PIM (Protocol Independent
249 information about PIM.
251 Say Y if you want to use PIM-SM v1. Note that you can say N here if
252 you just want to use Dense Mode PIM.
255 bool "IP: PIM-SM version 2 support"
258 Kernel side support for Sparse Mode PIM version 2. In order to use
/linux-2.6.39/drivers/char/pcmcia/
Dsynclink_cs.c286 #define PIM 0x3d macro
360 { info->pim_value |= (mask); write_reg(info, PIM, info->pim_value); }
363 { info->pim_value &= ~(mask); write_reg(info, PIM, info->pim_value); }