Searched refs:RTM_CHANGE (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libipadm/common/
H A Dipadm_ngz.c100 if (metric != 0 || action == RTM_CHANGE) {
131 if (errno == ESRCH && (action == RTM_CHANGE ||
133 if (action == RTM_CHANGE) {
207 if (errno == ESRCH && (action == RTM_CHANGE ||
209 if (action == RTM_CHANGE) {
/illumos-gate/usr/src/uts/common/net/
H A Droute.h171 #define RTM_CHANGE 0x3 /* Change Metrics or flags */ macro
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_rts.c396 case RTM_CHANGE:
429 case RTM_CHANGE:
468 * either RTM_ADD or RTM_CHANGE message; We overload them
471 if (rtm->rtm_type == RTM_ADD || rtm->rtm_type == RTM_CHANGE ||
625 case RTM_CHANGE:
631 * In the case of RTM_CHANGE, the gateway address (if supplied)
642 * RTA_SRC is not supported for RTM_GET and RTM_CHANGE,
643 * except when RTM_CHANGE is combined to RTF_SETSRC.
677 if (rtm->rtm_type == RTM_CHANGE) {
755 case RTM_CHANGE
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dtable.c678 "RTM_CHANGE",
828 if (metric != 0 || action == RTM_CHANGE) {
871 if (errno == ESRCH && (action == RTM_CHANGE ||
874 if (action == RTM_CHANGE) {
1069 * RTM_CHANGE of interface routes
1087 case RTM_CHANGE:
1096 * We should be doing an RTM_CHANGE for a KS_CHANGE, but
1097 * RTM_CHANGE in the kernel is not currently multipath-aware and
1101 * which the kernel ignores anway, so we skip the RTM_CHANGE operation
1104 if (action != RTM_CHANGE) {
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Droute.c1079 case RTM_CHANGE:
1208 rcip->ri_cmd = RTM_CHANGE;
1704 case RTM_CHANGE:
2544 "RTM_CHANGE: Change Metrics or flags",
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_frontend.c1519 case RTM_CHANGE:
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ncaconfd/
H A Dncaconfd.c1214 case RTM_CHANGE:
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_main.c1500 case RTM_CHANGE:
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/vrrpd/
H A Dvrrpd.c513 case RTM_CHANGE:
514 return ("RTM_CHANGE");

Completed in 108 milliseconds