OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ifr_ifindex
(Results
1 - 3
of
3
) sorted by relevancy
/src/tests/net/can/
h_canutils.c
175
ATF_CHECK_MSG(ifr.
ifr_ifindex
> 0, "%s index is %d (not > 0)",
176
ifname, ifr.
ifr_ifindex
);
179
sa.can_ifindex = ifr.
ifr_ifindex
;
184
return ifr.
ifr_ifindex
;
t_can.c
297
ATF_CHECK_MSG(ifr.
ifr_ifindex
> 0, "%s index is %d (not > 0)",
298
ifname, ifr.
ifr_ifindex
);
301
sa.can_ifindex = ifr.
ifr_ifindex
;
360
ATF_CHECK_MSG(ifr.
ifr_ifindex
> 0, "%s index is %d (not > 0)",
361
ifname, ifr.
ifr_ifindex
);
364
sa.can_ifindex = ifr.
ifr_ifindex
;
/src/sys/net/
if.h
879
#define
ifr_ifindex
ifr_index /* interface index, linux */
macro
Completed in 14 milliseconds
Indexes created Mon Oct 20 20:10:13 GMT 2025