Home
last modified time | relevance | path

Searched refs:KS_DYNAMIC (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dtable.c1079 k->k_state &= ~KS_DYNAMIC; in kern_ioctl()
1203 k->k_state &= ~KS_DYNAMIC; in rtm_add()
1212 k->k_state |= KS_DYNAMIC; in rtm_add()
1550 if (!(k->k_state & KS_DYNAMIC)) { in sync_kern()
1943 if ((k->k_state & (KS_DYNAMIC | KS_DELETED)) != 0) { in kern_out()
1944 k->k_state &= ~KS_DYNAMIC; in kern_out()
2127 !(k->k_state & KS_DYNAMIC)) { in fix_kern()
2152 KS_DYNAMIC))) ? RTF_GATEWAY : 0)); in fix_kern()
2156 KS_DYNAMIC))) ? RTF_GATEWAY : 0)); in fix_kern()
2219 if (!(k->k_state & KS_DYNAMIC) || in del_redirects()
[all …]
H A Ddefs.h493 #define KS_DYNAMIC 0x0080 /* result of redirect */ macro
H A Dtrace.c640 { KS_DYNAMIC, 0, "DYNAMIC" },