Searched defs:any (Results 1 - 4 of 4) sorted by relevance

/net/bluetooth/
H A D6lowpan.c435 bdaddr_t addr, *any = BDADDR_ANY; local
436 u8 *daddr = any->b;
/net/ipv4/
H A Dfib_frontend.c13 * 2 of the License, or (at your option) any later version.
790 __be32 any = ifa->ifa_address & ifa->ifa_mask; local
801 prim = inet_ifa_byprefix(in_dev, any, ifa->ifa_mask);
810 } else if (!ipv4_is_zeronet(any) &&
811 (any != ifa->ifa_local || ifa->ifa_prefixlen < 32)) {
814 any, ifa->ifa_prefixlen, prim);
874 if (any == ifa1->ifa_broadcast)
887 if (any == brd1 || any == any1)
899 fib_magic(RTM_DELROUTE, RTN_BROADCAST, any, 3
[all...]
/net/rfkill/
H A Dcore.c9 * (at your option) any later version.
240 bool prev, any; local
251 any = !!(rfkill->state & RFKILL_BLOCK_ANY);
256 return any;
/net/sunrpc/
H A Dxprtsock.c1257 * will not receive any additional updates,
1439 /* Skip over any trailing bytes on short reads */
1761 * If we are asking for any ephemeral port (i.e. port == 0 &&
1771 * If we're asking for any reserved port (i.e. port == 0 &&
2098 /* Start by resetting any existing state */
2126 struct sockaddr any; local
2134 memset(&any, 0, sizeof(any));
2135 any.sa_family = AF_UNSPEC;
2136 result = kernel_connect(transport->sock, &any, sizeo
[all...]

Completed in 101 milliseconds