OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ARPHRD_IEEE1394
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/net/
if_arp.h
56
#define
ARPHRD_IEEE1394
24 /* IEEE 1394 (FireWire) hardware format */
100
if (ntohs(ap->ar_hrd) ==
ARPHRD_IEEE1394
) {
110
if (ntohs(ap->ar_hrd) ==
ARPHRD_IEEE1394
) {
if_ieee1394subr.c
149
ah->ar_hrd = htons(
ARPHRD_IEEE1394
);
/src/usr.bin/rump_dhcpclient/
net.h
52
#ifndef
ARPHRD_IEEE1394
53
# define
ARPHRD_IEEE1394
24
/src/sys/netinet/
if_arp.c
544
ah->ar_hrd = htons(
ARPHRD_IEEE1394
);
713
if (ntohs(ar->ar_hrd) ==
ARPHRD_IEEE1394
)
1824
if (ntohs(ar->ar_hrd) ==
ARPHRD_IEEE1394
) {
Completed in 17 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026