Home
last modified time | relevance | path

Searched refs:command_ChooseLink (Results 1 – 5 of 5) sorted by relevance

/src/usr.sbin/ppp/
H A Dcommand.h73 extern struct link *command_ChooseLink(struct cmdargs const *);
H A Dlink.c402 struct link *l = command_ChooseLink(arg); in link_ShowLayers()
H A Dcommand.c976 struct link *l = command_ChooseLink(arg); in ShowProtocolStats()
1305 fp = &command_ChooseLink(arg)->ccp.fsm; in OpenCommand()
1347 fp = &command_ChooseLink(arg)->ccp.fsm; in CloseCommand()
1659 struct link *l = command_ChooseLink(arg); /* LOCAL_CX_OPT uses this */ in SetVariable()
2743 command_ChooseLink(struct cmdargs const *arg) in command_ChooseLink() function
2852 struct link *l = command_ChooseLink(arg); /* LOCAL_CX_OPT uses this */ in NegotiateSet()
H A Dccp.c166 l = command_ChooseLink(arg); in ccp_ReportStatus()
H A Dlcp.c161 l = command_ChooseLink(arg); in lcp_ReportStatus()