Searched refs:AVAILABLE (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/lib/
H A Dstr-two-way.h23 AVAILABLE(h, h_l, j, n_l)
207 If AVAILABLE does not modify HAYSTACK_LEN (as in memmem), then at
209 If AVAILABLE modifies HAYSTACK_LEN (as in strstr), then at most 3 *
234 while (AVAILABLE (haystack, haystack_len, j, needle_len))
268 while (AVAILABLE (haystack, haystack_len, j, needle_len))
299 If AVAILABLE does not modify HAYSTACK_LEN (as in memmem), then at
302 If AVAILABLE modifies HAYSTACK_LEN (as in strstr), then at most 3 *
339 while (AVAILABLE (haystack, haystack_len, j, needle_len))
391 while (AVAILABLE (haystack, haystack_len, j, needle_len))
425 #undef AVAILABLE macro
[all...]
H A Dstrcasestr.c33 #define AVAILABLE(h, h_l, j, n_l) \ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/os/
H A Dos_clock.c66 NO AVAILABLE CLOCK IMPLEMENTATION
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv4/
H A Digmp.c391 #define AVAILABLE(skb) ((skb) ? ((skb)->dev ? (skb)->dev->mtu - (skb)->len : \ macro
423 AVAILABLE(skb) < grec_size(pmc, type, gdeleted, sdeleted)) {
445 if (AVAILABLE(skb) < sizeof(__be32) +
488 if (skb && AVAILABLE(skb)<sizeof(struct igmpv3_grec)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv6/
H A Dmcast.c1524 #define AVAILABLE(skb) ((skb) ? ((skb)->dev ? (skb)->dev->mtu - (skb)->len : \ macro
1556 AVAILABLE(skb) < grec_size(pmc, type, gdeleted, sdeleted)) {
1578 if (AVAILABLE(skb) < sizeof(*psrc) +
1621 if (skb && AVAILABLE(skb) < sizeof(struct mld2_grec)) {

Completed in 83 milliseconds