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

1 2

  /external/iproute2/lib/
ll_proto.c 60 __PF(RARP,rarp)
  /external/kernel-headers/original/linux/
sockios.h 93 /* RARP cache control calls. */
94 #define SIOCDRARP 0x8960 /* delete RARP table entry */
95 #define SIOCGRARP 0x8961 /* get RARP table entry */
96 #define SIOCSRARP 0x8962 /* set RARP table entry */
if_arp.h 100 #define ARPOP_RREQUEST 3 /* RARP request */
101 #define ARPOP_RREPLY 4 /* RARP reply */
net.h 76 * For writing rarp and other similar things on the user level.
  /external/iproute2/include/linux/
if_arp.h 100 #define ARPOP_RREQUEST 3 /* RARP request */
101 #define ARPOP_RREPLY 4 /* RARP reply */
  /external/libpcap/
tokdefs.h 46 RARP = 272,
150 #define RARP 272
grammar.y 171 %token ARP RARP IP SCTP TCP UDP ICMP IGMP IGRP PIM VRRP
341 | RARP { $$ = Q_RARP; }
scanner.l 176 rarp return RARP;
nametoaddr.c 292 { "rarp", ETHERTYPE_REVARP },
pcap-dos.c 878 * We should prevent Watt-32 from using BOOTP/DHCP/RARP etc.
    [all...]
grammar.c 81 RARP = 272,
185 #define RARP 272
784 "CBYTE", "ARP", "RARP", "IP", "SCTP", "TCP", "UDP", "ICMP", "IGMP",
    [all...]
gencode.c     [all...]
  /external/grub/netboot/
main.c 30 RARP - RFC903
474 RARP - Get my IP address and load information
477 rarp (void) function
481 /* arp and rarp requests share the same packet structure. */
509 eth_transmit (broadcast, RARP, sizeof (rarpreq), &rarpreq);
822 /* Check for RARP - No IP hdr. */
825 && ptype == RARP)
etherboot.h 120 #define RARP 0x8035
505 extern int rarp (void);
rtl8139.c 327 * only needs broadcast (for ARP/RARP/BOOTP/DHCP) and unicast. */
  /external/tcpdump/
print-arp.c 301 ND_PRINT((ndo, "rarp who-is %s tell %s",
307 ND_PRINT((ndo, "rarp reply %s at %s",
print-arcnet.c 48 { ARCTYPE_REVARP, "rarp" },
tcpdump.1 652 .BR rarp ,
662 E.g., `src foo' means `(ip or arp or rarp) src foo'
664 arp or rarp) net bar' and `port 53' means `(tcp or udp) port 53'.
    [all...]
  /external/bluetooth/hcidump/parser/
bnep.c 298 printf("RARP: ");
  /external/grub/docs/
grub.texi     [all...]
grub.info     [all...]
  /external/grub/
NEWS 235 BOOTP server, a DHCP server or a RARP server.
279 * New commands "bootp", "dhcp" and "rarp" can be used to initialize a
ChangeLog     [all...]
  /external/grub/stage2/
builtins.c     [all...]
  /external/qemu/
savevm.c 109 /* FIXME: should we send a different packet (arp/rarp/ping)? */
    [all...]

Completed in 68 milliseconds

1 2