Searched refs:rtmes (Results 1 – 1 of 1) sorted by relevance
743 struct rtmsg rtmes; in rt_Set() local759 memset(&rtmes, '\0', sizeof rtmes); in rt_Set()760 rtmes.m_rtm.rtm_version = RTM_VERSION; in rt_Set()761 rtmes.m_rtm.rtm_type = cmd; in rt_Set()762 rtmes.m_rtm.rtm_addrs = RTA_DST; in rt_Set()763 rtmes.m_rtm.rtm_seq = ++bundle->routing_seq; in rt_Set()764 rtmes.m_rtm.rtm_pid = getpid(); in rt_Set()765 rtmes.m_rtm.rtm_flags = RTF_UP | RTF_GATEWAY | RTF_STATIC; in rt_Set()769 rtmes.m_rtm.rtm_rmx.rmx_sendpipe = bundle->ncp.cfg.sendpipe; in rt_Set()770 rtmes.m_rtm.rtm_inits |= RTV_SPIPE; in rt_Set()[all …]