/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | routing_events.c | 145 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() 212 rtm->rtm_type == RTM_CHGADDR ? B_TRUE : B_FALSE), 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() [all …]
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | table.c | 716 switch (rtm->rtm_type) { in dump_rt_msg() 739 switch (rtm->rtm_type) { in dump_rt_msg() 770 rtm->rtm_msglen, rtm->rtm_version, rtm->rtm_type, in dump_rt_msg() 824 w.w_rtm.rtm_type = action; in rtioctl() 1130 "ignore %s without mask", rtm_type_name(rtm->rtm_type)); in rtm_add() 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() [all …]
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | ip_rts.c | 348 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() 682 if (rtm->rtm_type == RTM_CHANGE) { in ip_rts_request_common() [all …]
|
H A D | ip6_rts.c | 185 rtm->rtm_type = (uchar_t)type; in rts_fill_msg_v6()
|
/illumos-gate/usr/src/uts/common/net/ |
H A D | route.h | 155 uchar_t rtm_type; /* message type */ member
|
/illumos-gate/usr/src/cmd/smbsrv/smbd/ |
H A D | smbd_nicmon.c | 210 switch (rtm->rtm_type) { in smbd_nicmon_needscan()
|
/illumos-gate/usr/src/lib/libipadm/common/ |
H A D | ipadm_ngz.c | 97 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 D | 6to4relay.c | 127 rt_msg.rt_hdr.rtm_type = cmd; in modifyroute()
|
H A D | route.c | 736 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 D | ndp.c | 440 m_rtm->rtm_type = RTM_GET; in ndp_rtmsg_get()
|
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | util.c | 346 rtmsg.rm_mh.rtm_type = type; in update_default_route()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/ |
H A D | tables.c | 219 rt_msg->rtm_type = type; in rtcmd()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/ |
H A D | main.c | 1614 switch (rtm->rtm_type) { in process_rtsock() 1623 "message %d\n", rtm->rtm_type); in process_rtsock()
|
H A D | tables.c | 2247 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 D | mpd_main.c | 1480 rtm->rtm_type); in process_rtsock() 1483 switch (rtm->rtm_type) { in process_rtsock()
|
/illumos-gate/usr/src/cmd/idmap/idmapd/ |
H A D | idmap_config.c | 1289 switch (rtm->rtm_type) { in pfroute_event_is_interesting()
|
/illumos-gate/usr/src/cmd/zoneadmd/ |
H A D | vplat.c | 2054 rtmsg.hdr.rtm_type = RTM_GET; in who_is_using()
|