OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:blue_ifname
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.sbin/altq/altqstat/
qdisc_blue.c
57
strlcpy(blue_stats.iface.
blue_ifname
, ifname,
58
sizeof(blue_stats.iface.
blue_ifname
));
/src/usr.sbin/altq/libaltq/
qop_blue.c
213
strncpy(iface.
blue_ifname
, ifinfo->ifname, IFNAMSIZ);
221
strncpy(conf.iface.
blue_ifname
, ifinfo->ifname, IFNAMSIZ);
231
LOG(LOG_INFO, 0, "blue attached to %s", iface.
blue_ifname
);
242
strncpy(iface.
blue_ifname
, ifinfo->ifname, IFNAMSIZ);
260
strncpy(iface.
blue_ifname
, ifinfo->ifname, IFNAMSIZ);
273
strncpy(iface.
blue_ifname
, ifinfo->ifname, IFNAMSIZ);
/src/sys/altq/
altq_blue.h
36
char
blue_ifname
[IFNAMSIZ];
member in struct:blue_interface
altq_blue.c
177
if ((rqp = altq_lookup(ifacep->
blue_ifname
, ALTQT_BLUE)) == NULL) {
186
if ((rqp = altq_lookup(ifacep->
blue_ifname
, ALTQT_BLUE)) == NULL) {
194
ifp = ifunit(((struct blue_interface *)addr)->
blue_ifname
);
252
if ((rqp = altq_lookup(ifacep->
blue_ifname
, ALTQT_BLUE)) == NULL) {
265
if ((rqp = altq_lookup(q_stats->iface.
blue_ifname
,
293
if ((rqp = altq_lookup(fc->iface.
blue_ifname
,
Completed in 12 milliseconds
Indexes created Tue Oct 21 12:09:54 GMT 2025