Lines Matching full:ncp
76 #include "ncp.h"
562 if (bundle->ncp.ipcp.ns.dns[0].s_addr == INADDR_NONE) in route_Change()
568 if (bundle->ncp.ipcp.ns.dns[1].s_addr == INADDR_NONE) in route_Change()
762 if (bundle->ncp.cfg.sendpipe > 0) { in rt_Set()
763 rtmes.m_rtm.rtm_rmx.rmx_sendpipe = bundle->ncp.cfg.sendpipe; in rt_Set()
766 if (bundle->ncp.cfg.recvpipe > 0) { in rt_Set()
767 rtmes.m_rtm.rtm_rmx.rmx_recvpipe = bundle->ncp.cfg.recvpipe; in rt_Set()
882 if (bundle->ncp.cfg.sendpipe > 0) { in rt_Update()
883 rtmes.m_rtm.rtm_rmx.rmx_sendpipe = bundle->ncp.cfg.sendpipe; in rt_Update()
887 if (bundle->ncp.cfg.recvpipe > 0) { in rt_Update()
888 rtmes.m_rtm.rtm_rmx.rmx_recvpipe = bundle->ncp.cfg.recvpipe; in rt_Update()