OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ar_op
(Results
1 - 13
of
13
) sorted by relevancy
/src/sys/netinet/
if_ether.h
86
#define arp_op ea_hdr.
ar_op
if_arp.c
553
ah->
ar_op
= htons(ARPOP_REQUEST);
791
op = ntohs(ah->
ar_op
);
1176
ah->
ar_op
= htons(ARPOP_REPLY);
1867
op = ntohs(ah->
ar_op
);
1945
ah->
ar_op
= htons(ARPOP_REVREQUEST);
/src/sys/netatalk/
aarp.h
57
#define aarp_op eaa_hdr.
ar_op
/src/sys/arch/mvme68k/stand/sboot/
etherfun.c
48
rarp->
ar_op
= OPCODE_RARP;
65
if (eh->ether_type == ETYPE_RARP && rarp->
ar_op
== OPCODE_REPLY) {
etherfun.h
64
u_short
ar_op
;
member in struct:ether_arp
/src/sys/net/
if_arp.h
57
uint16_t
ar_op
; /* one of: */
member in struct:arphdr
if_arcsubr.c
182
switch (ntohs(arph->
ar_op
)) {
if_ethersubr.c
316
switch (ntohs(ah->
ar_op
)) {
/src/sys/lib/libsa/
ip.c
139
if (ah->
ar_op
== htons(ARPOP_REQUEST)) {
rarp.c
77
#define arp_op ea_hdr.
ar_op
arp.c
78
#define arp_op ea_hdr.
ar_op
/src/usr.sbin/rarpd/
rarpd.c
395
ntohs (ap->
ar_op
) != ARPOP_REVREQUEST ||
802
ap->
ar_op
= htons(ARPOP_REVREPLY);
/src/sys/kern/
uipc_mbufdebug.c
500
op = ntohs(ar.
ar_op
);
Completed in 18 milliseconds
Indexes created Fri Oct 17 00:09:41 GMT 2025