OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ifhead
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/netstat/
if.c
346
struct ifnet_head
ifhead
; /* TAILQ_HEAD */
local
360
if (kread(ifnetaddr, (char *)&
ifhead
, sizeof
ifhead
))
362
ifnetaddr = (u_long)
ifhead
.tqh_first;
848
struct ifnet_head
ifhead
; /* TAILQ_HEAD */
local
858
if (kread(off, (char *)&
ifhead
, sizeof
ifhead
))
860
firstifnet = (u_long)
ifhead
.tqh_first;
if.c
346
struct ifnet_head
ifhead
; /* TAILQ_HEAD */
local
360
if (kread(ifnetaddr, (char *)&
ifhead
, sizeof
ifhead
))
362
ifnetaddr = (u_long)
ifhead
.tqh_first;
848
struct ifnet_head
ifhead
; /* TAILQ_HEAD */
local
858
if (kread(off, (char *)&
ifhead
, sizeof
ifhead
))
860
firstifnet = (u_long)
ifhead
.tqh_first;
Completed in 30 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026