Home
last modified time | relevance | path

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

/freebsd-14.2/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.c972 struct link *l = command_ChooseLink(arg); in ShowProtocolStats()
1301 fp = &command_ChooseLink(arg)->ccp.fsm; in OpenCommand()
1343 fp = &command_ChooseLink(arg)->ccp.fsm; in CloseCommand()
1655 struct link *l = command_ChooseLink(arg); /* LOCAL_CX_OPT uses this */ in SetVariable()
2739 command_ChooseLink(struct cmdargs const *arg) in command_ChooseLink() function
2848 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()