Home
last modified time | relevance | path

Searched refs:RARP (Results 1 – 11 of 11) sorted by relevance

/external/libpcap/
Dtokdefs.h46 RARP = 272, enumerator
150 #define RARP 272 macro
Dgrammar.y171 %token ARP RARP IP SCTP TCP UDP ICMP IGMP IGRP PIM VRRP
341 | RARP { $$ = Q_RARP; }
Dscanner.l176 rarp return RARP;
Dgrammar.c81 RARP = 272, enumerator
185 #define RARP 272 macro
Dscanner.c2761 return RARP;
/external/iproute2/lib/
Dll_proto.c60 __PF(RARP,rarp)
/external/grub/netboot/
Detherboot.h120 #define RARP 0x8035 macro
Dmain.c509 eth_transmit (broadcast, RARP, sizeof (rarpreq), &rarpreq); in rarp()
825 && ptype == RARP) in await_reply()
/external/grub/docs/
Dgrub.texi1457 RARP server@footnote{RARP is not advised, since it cannot serve much
1465 (@pxref{dhcp}) or @command{rarp} (@pxref{rarp}) for BOOTP, DHCP or RARP,
2199 * rarp:: Initialize a network device via RARP
2419 Initialize a network device via the @dfn{RARP} protocol. This command
2635 Override a TFTP server address returned by a BOOTP/DHCP/RARP server. The
Dgrub.info1296 RARP server(1) (*note General usage of network support-Footnote-1::).
1303 (*note rarp::) for BOOTP, DHCP or RARP, respectively. Each command will
1336 (1) RARP is not advised, since it cannot serve much information
2023 * rarp:: Initialize a network device via RARP
2229 Initialize a network device via the "RARP" protocol. This command
2449 Override a TFTP server address returned by a BOOTP/DHCP/RARP
/external/grub/
DNEWS235 BOOTP server, a DHCP server or a RARP server.