Lines Matching refs:ipv6cp
543 oin += bundle->ncp.ipv6cp.throughput.OctetsIn; in command_Expand()
544 oout += bundle->ncp.ipv6cp.throughput.OctetsOut; in command_Expand()
545 pin += bundle->ncp.ipv6cp.throughput.PacketsIn; in command_Expand()
546 pout += bundle->ncp.ipv6cp.throughput.PacketsOut; in command_Expand()
560 nargv[arg] = substipv6(nargv[arg], "HISADDR6", &bundle->ncp.ipv6cp.hisaddr); in command_Expand()
573 bundle->ncp.ipv6cp.throughput.OctetsIn); in command_Expand()
575 bundle->ncp.ipv6cp.throughput.OctetsOut); in command_Expand()
577 bundle->ncp.ipv6cp.throughput.PacketsIn); in command_Expand()
579 bundle->ncp.ipv6cp.throughput.PacketsOut); in command_Expand()
584 nargv[arg] = substipv6(nargv[arg], "MYADDR6", &bundle->ncp.ipv6cp.myaddr); in command_Expand()
2116 &arg->bundle->ncp.ipv6cp.cfg.fsm.timeout, in SetVariable()
2117 &arg->bundle->ncp.ipv6cp.cfg.fsm.maxreq, in SetVariable()
2118 &arg->bundle->ncp.ipv6cp.cfg.fsm.maxtrm, DEF_FSMTRIES); in SetVariable()
2572 if (!ncpaddr_getip6(&arg->bundle->ncp.ipv6cp.hisaddr, &host6)) in AddCommand()
2613 ncprange_sethost(&dest, &arg->bundle->ncp.ipv6cp.myaddr); in DeleteCommand()
2621 ncprange_sethost(&dest, &arg->bundle->ncp.ipv6cp.hisaddr); in DeleteCommand()
3142 t = &arg->bundle->ncp.ipv6cp.throughput; in ClearCommand()