OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ifnp
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.sbin/altq/tbrconfig/
tbrconfig.c
161
struct if_nameindex *ifn_list, *
ifnp
;
local in function:list_all
173
for (
ifnp
= ifn_list;
ifnp
->if_name != NULL;
ifnp
++) {
175
strncpy(req.ifname,
ifnp
->if_name, IFNAMSIZ-1);
/src/sys/altq/
altq_cbq.h
209
struct rm_ifdat
ifnp
;
member in struct:cbqstate
/src/usr.sbin/altq/libaltq/
parser.c
325
struct if_nameindex *
ifnp
;
local in function:get_ifindex
327
for (
ifnp
= if_namelist;
ifnp
->if_name != NULL;
ifnp
++)
328
if (strcmp(ifname,
ifnp
->if_name) == 0)
329
return (
ifnp
->if_index);
337
struct if_nameindex *
ifnp
;
local in function:get_ifname
341
for (
ifnp
= if_namelist;
ifnp
->if_name != NULL;
ifnp
++
[
all
...]
Completed in 13 milliseconds
Indexes created Mon Sep 22 21:09:42 GMT 2025