OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inithandler
(Results
1 - 2
of
2
) sorted by null
/external/dropbear/
channel.h
97
int (*
inithandler
)(struct Channel*);
member in struct:ChanType
common-channel.c
807
if (channel->type->
inithandler
) {
808
ret = channel->type->
inithandler
(channel);
816
TRACE(("
inithandler
returned failure %d", ret))
1003
/* Run the
inithandler
callback */
1004
if (channel->type->
inithandler
) {
1005
ret = channel->type->
inithandler
(channel);
1008
TRACE(("
inithandler
returned failure %d", ret))
Completed in 174 milliseconds