OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ar_op
(Results
1 - 16
of
16
) sorted by relevancy
/src/sys/netinet/
if_ether.h
86
#define arp_op ea_hdr.
ar_op
if_arp.c
554
ah->
ar_op
= htons(ARPOP_REQUEST);
737
switch (ntohs(ar->
ar_op
)) {
800
op = ntohs(ah->
ar_op
);
1187
ah->
ar_op
= htons(ARPOP_REPLY);
1879
op = ntohs(ah->
ar_op
);
1957
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
60
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/external/bsd/dhcpcd/dist/src/
arp.c
84
ar.
ar_op
= htons(ARPOP_REQUEST);
229
if (arp->
ar_op
!= htons(ARPOP_REPLY) &&
230
arp->
ar_op
!= htons(ARPOP_REQUEST))
301
is_probe = ar.
ar_op
== htons(ARPOP_REQUEST) && IN_IS_ADDR_UNSPECIFIED(&arm.sip) &&
bpf.c
470
BPF_STMT(BPF_LD + BPF_H + BPF_IND, offsetof(struct arphdr,
ar_op
)),
/src/external/bsd/tcpdump/dist/
print-arp.c
63
nd_uint16_t
ar_op
; /* one of: */
member in struct:arp_pkthdr
93
#define OP(ap) GET_BE_U_2((ap)->
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 27 milliseconds
Indexes created Sun Aug 09 00:24:28 UTC 2026