Home
last modified time | relevance | path

Searched refs:vrrp (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/vrrpd/
H A DMakefile27 SVCMETHOD= svc-vrrp
28 MANIFEST= vrrp.xml
29 CFGFILES= vrrp.conf
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-network-routing-vrrp.p5m26 set name=pkg.fmri value=pkg:/system/network/routing/vrrp@$(PKGVERS)
34 file path=etc/inet/vrrp.conf group=sys
39 file path=lib/svc/manifest/network/vrrp.xml group=sys mode=0444
41 file path=lib/svc/method/svc-vrrp mode=0555
H A Dsystem-header.p5m466 file path=usr/include/netinet/vrrp.h
1398 file path=usr/include/sys/sysevent/vrrp.h
/illumos-gate/usr/src/cmd/svc/shell/
H A Dnet_include.sh308 'vrrp'*''$2'') vrrp=1
310 *) vrrp=0
313 return $vrrp
/illumos-gate/usr/src/lib/libvrrpadm/
H A DMakefile28 HDRS = netinet/vrrp.h libvrrpadm.h
/illumos-gate/usr/src/cmd/cmd-inet/etc/
H A Dprotocols56 vrrp 112 VRRP # Virtual Router Redundancy Protocol
/illumos-gate/usr/src/uts/common/io/dld/
H A Ddld_proto.c1587 dl_capab_vrrp_t vrrp; in proto_capability_advertise() local
1711 bzero(&vrrp, sizeof (dl_capab_vrrp_t)); in proto_capability_advertise()
1712 vrrp.vrrp_af = vrrp_capab.mcv_af; in proto_capability_advertise()
1713 bcopy(&vrrp, ptr, sizeof (dl_capab_vrrp_t)); in proto_capability_advertise()
/illumos-gate/usr/src/lib/libsecdb/
H A Dprof_attr.txt63 Network VRRP:::Manage VRRP instances:auths=solaris.network.vrrp,solaris.smf.manage.vrrp;help=RtNetV…
H A Dauth_attr.txt93 solaris.network.vrrp:::Administer VRRP::help=NetworkVRRP.html
158 solaris.smf.manage.vrrp:::Manage VRRP Service States::help=SmfVRRPStates.html
/illumos-gate/usr/src/uts/common/sys/
H A DMakefile1003 vrrp.h
/illumos-gate/exception_lists/
H A Dpackaging663 # vrrp
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c1562 dl_capab_vrrp_t *vrrp; in ill_capability_vrrp_ack() local
1582 vrrp = (dl_capab_vrrp_t *)(isub + 1); in ill_capability_vrrp_ack()
1587 if ((vrrp->vrrp_af == AF_INET6 && ill->ill_isv6) || in ill_capability_vrrp_ack()
1588 (vrrp->vrrp_af == AF_INET && !ill->ill_isv6)) { in ill_capability_vrrp_ack()