Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/ppp/
H A Dcommand.h75 extern struct link *command_ChooseLink(struct cmdargs const *);
H A Dlink.c404 struct link *l = command_ChooseLink(arg); in link_ShowLayers()
H A Dcommand.c974 struct link *l = command_ChooseLink(arg); in ShowProtocolStats()
1303 fp = &command_ChooseLink(arg)->ccp.fsm; in OpenCommand()
1345 fp = &command_ChooseLink(arg)->ccp.fsm; in CloseCommand()
1657 struct link *l = command_ChooseLink(arg); /* LOCAL_CX_OPT uses this */ in SetVariable()
2741 command_ChooseLink(struct cmdargs const *arg) in command_ChooseLink() function
2850 struct link *l = command_ChooseLink(arg); /* LOCAL_CX_OPT uses this */ in NegotiateSet()
H A Dccp.c168 l = command_ChooseLink(arg); in ccp_ReportStatus()
H A Dlcp.c163 l = command_ChooseLink(arg); in lcp_ReportStatus()