HomeSort by relevance Sort by last modified time
    Searched full:pim (Results 1 - 25 of 57) sorted by null

1 2 3

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
mroute.h 13 * Protocol Independent Multicast (PIM) data structures included
26 #define MRT_ASSERT (MRT_BASE+7) /* Activate PIM assert mode */
27 #define MRT_PIM (MRT_BASE+8) /* enable PIM code */
137 #define IGMPMSG_WRONGVIF 2 /* For PIM assert processing (unused) */
138 #define IGMPMSG_WHOLEPKT 3 /* For PIM Register processing */
igmp.h 87 #define IGMP_PIM 0x14 /* PIM routing */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
mroute.h 13 * Protocol Independent Multicast (PIM) data structures included
26 #define MRT_ASSERT (MRT_BASE+7) /* Activate PIM assert mode */
27 #define MRT_PIM (MRT_BASE+8) /* enable PIM code */
137 #define IGMPMSG_WRONGVIF 2 /* For PIM assert processing (unused) */
138 #define IGMPMSG_WHOLEPKT 3 /* For PIM Register processing */
igmp.h 87 #define IGMP_PIM 0x14 /* PIM routing */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
mroute.h 13 * Protocol Independent Multicast (PIM) data structures included
26 #define MRT_ASSERT (MRT_BASE+7) /* Activate PIM assert mode */
27 #define MRT_PIM (MRT_BASE+8) /* enable PIM code */
137 #define IGMPMSG_WRONGVIF 2 /* For PIM assert processing (unused) */
138 #define IGMPMSG_WHOLEPKT 3 /* For PIM Register processing */
igmp.h 87 #define IGMP_PIM 0x14 /* PIM routing */
  /external/tcpdump/
print-pim.c 24 "@(#) $Header: /tcpdump/master/tcpdump/print-pim.c,v 1.45.2.4 2006/02/13 01:32:34 hannes Exp $ (LBL)";
94 * but PIM dependent defintions should be independent of IPv6...
97 struct pim { struct
99 /* upper 4bit: PIM version number; 2 for PIMv2 */
100 /* lower 4bit: the PIM message type, currently they are:
102 * Bootstrap, Assert, Graft (PIM-DM only),
103 * Graft-Ack (PIM-DM only), C-RP-Adv
207 (void)printf("[|pim]");
315 (void)printf("[|pim]");
321 * ftp://ftpeng.cisco.com/ipmulticast/specs/pim-autorp-spec01.tx
419 register struct pim *pim = (struct pim *)bp; local
624 register struct pim *pim = (struct pim *)bp; local
    [all...]
ipproto.c 52 { IPPROTO_PIM, "PIM" },
Android.mk 81 print-pim.c\
FILES 180 print-pim.c
CHANGES 163 print-ip.c, print-lwres.c, print-ospf.c, print-pim.c,
186 Fixes to PIM decoder.
222 Handle "old" DR-Priority and Bidir-Capable PIM HELLO options.
579 - Add support for printing DVMRP and PIM traffic thanks to
  /external/kernel-headers/original/linux/
mroute6.h 13 * Protocol Independent Multicast (PIM) data structures included
26 #define MRT6_ASSERT (MRT6_BASE+7) /* Activate PIM assert mode */
27 #define MRT6_PIM (MRT6_BASE+8) /* enable PIM code */
116 #include <linux/pim.h>
  /frameworks/base/tools/preload/
Policy.java 71 "android.pim.ContactsAsyncHelper",
  /frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
DurationTest.java 1 /* //device/content/providers/pim/DurationTest.java
RecurrenceSetTest.java 29 * Test some pim.RecurrenceSet functionality.
  /external/libpcap/
tokdefs.h 54 PIM = 280,
158 #define PIM 280
grammar.y 171 %token ARP RARP IP SCTP TCP UDP ICMP IGMP IGRP PIM VRRP
348 | PIM { $$ = Q_PIM; }
scanner.l 184 pim return PIM;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netinet/
igmp.h 85 #define IGMP_PIM 0x14 /* PIM routing message */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/netinet/
igmp.h 85 #define IGMP_PIM 0x14 /* PIM routing message */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/netinet/
igmp.h 85 #define IGMP_PIM 0x14 /* PIM routing message */
  /external/clang/lib/Sema/
DeclSpec.cpp 835 // Sign specifiers are not allowed with vector bool. (PIM 2.1)
841 // Only char/int are valid with vector bool. (PIM 2.1)
849 // Only 'short' is valid with vector bool. (PIM 2.1)
854 // Elements of vector bool are interpreted as unsigned. (PIM 2.1)
    [all...]
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
Main.java 110 "android.pim.*", // for datepicker
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
AbstractSyncParser.java 36 * Base class for the Email and PIM sync parsers
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
GoogleSource.java 157 // Note that frameworks/base/core/java/android/pim/vcard/ContactStruct.java also wants

Completed in 2412 milliseconds

1 2 3