OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exittype
(Results
1 - 4
of
4
) sorted by null
/external/iproute2/include/
iptables_common.h
5
enum
exittype
{
enum
32
void exit_error(enum
exittype
, char *, ...)__attribute__((noreturn,
/external/iproute2/
configure
81
void exit_error(enum
exittype
status, const char *msg, ...)
121
void exit_error(enum
exittype
status, const char *msg, ...)
/external/iproute2/tc/
m_xt_old.c
146
void exit_error(enum
exittype
status, const char *msg, ...)
m_ipt.c
87
exit_error(enum
exittype
status, char *msg, ...)
Completed in 246 milliseconds