OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tha
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/netinet/
if_arp.c
781
void *
tha
;
local
1123
tha
= ar_tha(ah);
1124
if (
tha
)
1125
memcpy(
tha
, ar_sha(ah), ah->ar_hln);
1144
tha
= ar_tha(ah);
1153
if (
tha
)
1154
memcpy(
tha
, ar_sha(ah), ah->ar_hln);
1862
void *
tha
;
local
1902
tha
= ar_tha(ah);
1903
if (
tha
== NULL
1932
void *
tha
;
local
[
all
...]
/src/sys/net/
if_arcsubr.c
172
uint8_t *
tha
= ar_tha(arph);
local
173
if (
tha
== NULL) {
177
adst = *
tha
;
if_ethersubr.c
304
void *
tha
= ar_tha(ah);
local
306
if (
tha
== NULL) {
311
memcpy(edst,
tha
, sizeof(edst));
/src/usr.sbin/rarpd/
rarpd.c
417
uint8_t *
tha
= ar_tha(ap);
local
419
if (!
tha
|| memcmp(ar_sha(ap),
tha
, 6) != 0) {
Completed in 19 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026