Home
last modified time | relevance | path

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

/trueos/usr.sbin/bsnmpd/modules/snmp_bridge/
HDbridge_sys.c785 ifd.ifd_cmd = BRDGGIFFLGS; in bridge_port_set_stp_enable()
860 ifd.ifd_cmd = BRDGGIFFLGS; in bridge_port_set_admin_ptp()
911 ifd.ifd_cmd = BRDGGIFFLGS; in bridge_port_set_admin_edge()
955 ifd.ifd_cmd = BRDGGIFFLGS; in bridge_port_set_private()
/trueos/sys/net/
HDif_bridgevar.h87 #define BRDGGIFFLGS 2 /* get member if flags (ifbreq) */ macro
/trueos/sbin/ifconfig/
HDifbridge.c132 if (do_cmd(sock, BRDGGIFFLGS, &req, sizeof(req), 0) < 0) in do_bridgeflag()