OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QUIP_PATH
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.sbin/altq/libaltq/
quip_server.h
33
#define
QUIP_PATH
"/var/run/altq_quip"
/src/usr.sbin/altq/altqstat/
quip_client.h
33
#define
QUIP_PATH
"/var/run/altq_quip"
quip_client.c
122
strlcpy(addr.sun_path,
QUIP_PATH
,sizeof(addr.sun_path));
/src/usr.sbin/altq/altqd/
altqd.c
172
strlcpy(addr.sun_path,
QUIP_PATH
, sizeof(addr.sun_path));
173
unlink(
QUIP_PATH
);
176
LOG(LOG_ERR, errno, "can't bind to %s",
QUIP_PATH
);
180
chmod(
QUIP_PATH
, 0666);
182
LOG(LOG_ERR, errno, "can't listen to %s",
QUIP_PATH
);
221
LOG(LOG_ERR, 0, "bad file descriptor",
QUIP_PATH
);
316
unlink(
QUIP_PATH
);
Completed in 12 milliseconds
Indexes created Sat Oct 11 14:09:46 GMT 2025