OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:itaddr
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/kern/
uipc_mbufdebug.c
467
struct in_addr isaddr,
itaddr
;
local in function:m_examine_arp
550
if (m_peek_data(m, off, sizeof(
itaddr
), (void *)(&
itaddr
)) < 0) {
554
off += sizeof(
itaddr
);
555
(*pr)("ARP: IP Tgt = %s\n", str_ipaddr(&
itaddr
));
/src/sys/netinet/
if_arp.c
779
struct in_addr isaddr,
itaddr
, myaddr;
local in function:in_arpinput
813
memcpy(&
itaddr
, ar_tpa(ah), sizeof(
itaddr
));
827
if (in_nullhost(
itaddr
)) /* very bogus ARP */
830
myaddr =
itaddr
;
881
if (ia == NULL && find_source && !in_nullhost(
itaddr
)) {
883
myaddr =
itaddr
;
939
itaddr
= myaddr;
944
if (in_nullhost(
itaddr
))
960
(in_nullhost(isaddr) && in_hosteq(
itaddr
, myaddr) &
[
all
...]
Completed in 259 milliseconds
Indexes created Sun Sep 28 16:09:52 GMT 2025