OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rarp
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/mvme68k/stand/sboot/
etherfun.c
44
rarp
->ar_hrd = 1; /* hardware type is 1 */
45
rarp
->ar_pro = PTYPE_IP;
46
rarp
->ar_hln = 6; /* length of hardware address is 6 bytes */
47
rarp
->ar_pln = 4; /* length of ip address is 4 byte */
48
rarp
->ar_op = OPCODE_RARP;
49
memcpy(
rarp
->arp_sha, myea, sizeof(myea));
50
memcpy(
rarp
->arp_tha, myea, sizeof(myea));
52
rarp
->arp_spa[i] =
rarp
->arp_tpa[i] = 0x00;
65
if (eh->ether_type == ETYPE_RARP &&
rarp
->ar_op == OPCODE_REPLY)
[
all
...]
etherfun.h
31
#define ETYPE_RARP 0x8035 /* ethertype is
RARP
*/
109
struct ether_arp *
rarp
=
variable in typeref:struct:ether_arp *
/src/sys/lib/libsa/
Makefile
74
SRCS+= bootp.c
rarp
.c bootparam.c
Completed in 14 milliseconds
Indexes created Fri Oct 17 17:09:57 GMT 2025