OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:addci
(Results
1 - 2
of
2
) sorted by null
/external/ppp/pppd/
fsm.h
92
void (*
addci
) /* Add our Configuration Information */
member in struct:fsm_callbacks
fsm.c
772
if( f->callbacks->cilen && f->callbacks->
addci
){
776
if (f->callbacks->
addci
)
777
(*f->callbacks->
addci
)(f, outp, &cilen);
Completed in 98 milliseconds