Home
last modified time | relevance | path

Searched refs:rtm_type (Results 1 – 17 of 17) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Drouting_events.c145 rtm->rtm_type); in routing_events_v4()
155 switch (rtm->rtm_type) { in routing_events_v4()
165 "index %d flags %x", rtmtype_str(rtm->rtm_type), in routing_events_v4()
199 if (ifa->ifam_type != rtm->rtm_type) { in routing_events_v4()
211 (rtm->rtm_type == RTM_NEWADDR || in routing_events_v4()
261 rtm->rtm_type); in routing_events_v6()
271 switch (rtm->rtm_type) { in routing_events_v6()
281 "index %d flags %x", rtmtype_str(rtm->rtm_type), in routing_events_v6()
323 if (ifa->ifam_type != rtm->rtm_type) { in routing_events_v6()
335 (rtm->rtm_type == RTM_NEWADDR || in routing_events_v6()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dtable.c716 switch (rtm->rtm_type) { in dump_rt_msg()
739 switch (rtm->rtm_type) { in dump_rt_msg()
824 w.w_rtm.rtm_type = action; in rtioctl()
1157 rtm_type_name(rtm->rtm_type)); in rtm_add()
1161 rtm_type_name(rtm->rtm_type), in rtm_add()
1252 rtm_type_name(rtm->rtm_type)); in rtm_lose()
1473 rtm.rtm_type = RTM_GET; in sync_kern()
1608 if (m.r.rtm.rtm_type == RTM_IFINFO || in read_rt()
1609 m.r.rtm.rtm_type == RTM_NEWADDR || in read_rt()
1666 if (m.r.rtm.rtm_type <= RTM_CHANGE) in read_rt()
[all …]
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_rts.c348 if (rtm->rtm_type != RTM_GET && in ip_rts_request_common()
349 rtm->rtm_type != RTM_RESOLVE && in ip_rts_request_common()
395 switch (rtm->rtm_type) { in ip_rts_request_common()
433 switch (rtm->rtm_type) { in ip_rts_request_common()
476 if (rtm->rtm_type == RTM_ADD || rtm->rtm_type == RTM_CHANGE || in ip_rts_request_common()
477 rtm->rtm_type == RTM_GET) { in ip_rts_request_common()
483 switch (rtm->rtm_type) { in ip_rts_request_common()
651 ((rtm->rtm_type == RTM_GET) || in ip_rts_request_common()
657 if (rtm->rtm_type == RTM_GET) { in ip_rts_request_common()
749 switch (rtm->rtm_type) { in ip_rts_request_common()
[all …]
H A Dip6_rts.c185 rtm->rtm_type = (uchar_t)type; in rts_fill_msg_v6()
/illumos-gate/usr/src/uts/common/net/
H A Droute.h155 uchar_t rtm_type; /* message type */ member
/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_nicmon.c210 switch (rtm->rtm_type) { in smbd_nicmon_needscan()
/illumos-gate/usr/src/lib/libipadm/common/
H A Dipadm_ngz.c97 w.w_rtm.rtm_type = action; in i_ipadm_rtioctl4()
175 w.w_rtm.rtm_type = action; in i_ipadm_rtioctl6()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A D6to4relay.c127 rt_msg.rt_hdr.rtm_type = cmd; in modifyroute()
H A Droute.c736 rtm->rtm_type = RTM_DELETE; in delRouteEntry()
2453 rtm.rtm_type = newrt->ri_cmd; in rtmsg()
2607 if (rtm->rtm_type == 0 || rtm->rtm_type >= (NMSGTYPES - 1)) { in print_rtmsg()
2609 rtm->rtm_type); in print_rtmsg()
2612 (void) printf("%s: len %d, ", msgtypes[rtm->rtm_type], msglen); in print_rtmsg()
2613 switch (rtm->rtm_type) { in print_rtmsg()
H A Dndp.c440 m_rtm->rtm_type = RTM_GET; in ndp_rtmsg_get()
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dutil.c346 rtmsg.rm_mh.rtm_type = type; in update_default_route()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dtables.c219 rt_msg->rtm_type = type; in rtcmd()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dmain.c1610 switch (rtm->rtm_type) { in process_rtsock()
1619 "message %d\n", rtm->rtm_type); in process_rtsock()
H A Dtables.c2247 rt_msg->rtm_type = RTM_ADD; in router_add_k()
2291 rt_msg->rtm_type = RTM_DELETE; in router_delete_k()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_main.c1480 rtm->rtm_type); in process_rtsock()
1483 switch (rtm->rtm_type) { in process_rtsock()
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Didmap_config.c1289 switch (rtm->rtm_type) { in pfroute_event_is_interesting()
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c2054 rtmsg.hdr.rtm_type = RTM_GET; in who_is_using()