Lines Matching defs:sfunc_vrrp_conf
82 static ofmt_cb_t sfunc_vrrp_conf;
114 { "NAME", 8, ROUTER_NAME, sfunc_vrrp_conf },
115 { "VRID", 5, ROUTER_VRID, sfunc_vrrp_conf },
116 { "LINK", 8, ROUTER_LINK, sfunc_vrrp_conf },
117 { "VNIC", 8, ROUTER_VNIC, sfunc_vrrp_conf },
118 { "AF", 5, ROUTER_AF, sfunc_vrrp_conf },
119 { "PRIO", 5, ROUTER_PRIO, sfunc_vrrp_conf },
120 { "ADV_INTV", 9, ROUTER_ADV_INTV, sfunc_vrrp_conf },
121 { "MODE", 6, ROUTER_MODE, sfunc_vrrp_conf },
122 { "STATE", 6, ROUTER_STATE, sfunc_vrrp_conf },
123 { "PRV_STAT", 9, ROUTER_PRV_STAT, sfunc_vrrp_conf },
124 { "STAT_LAST", 10, ROUTER_STAT_LAST, sfunc_vrrp_conf },
125 { "PEER", 20, ROUTER_PEER, sfunc_vrrp_conf },
126 { "P_PRIO", 7, ROUTER_P_PRIO, sfunc_vrrp_conf },
127 { "P_INTV", 9, ROUTER_P_INTV, sfunc_vrrp_conf },
128 { "P_ADV_LAST", 11, ROUTER_P_ADV_LAST, sfunc_vrrp_conf },
129 { "M_DOWN_INTV", 12, ROUTER_M_DOWN_INTV, sfunc_vrrp_conf },
130 { "PRIMARY_IP", 20, ROUTER_PRIMARY_IP, sfunc_vrrp_conf },
131 { "VIRTUAL_IPS", 40, ROUTER_VIRTUAL_IPS, sfunc_vrrp_conf },
132 { "VIP_CNT", 7, ROUTER_VIP_CNT, sfunc_vrrp_conf },
564 sfunc_vrrp_conf(ofmt_arg_t *ofmtarg, char *buf, uint_t bufsize)