Searched refs:LLDP_OPT_DEFAULT (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/liblldp/common/
H A Dliblldp_prop.c364 if (status == LLDP_STATUS_NOTFOUND && (flags & LLDP_OPT_DEFAULT) != 0)
383 if (status == LLDP_STATUS_NOTFOUND && (flags & LLDP_OPT_DEFAULT) != 0)
444 (flags & LLDP_OPT_DEFAULT)) {
496 if (status == LLDP_STATUS_NOTFOUND && (flags & LLDP_OPT_DEFAULT) != 0)
592 boolean_t reset = (pflags & LLDP_OPT_DEFAULT);
593 uint32_t flagsmask = (LLDP_OPT_ACTIVE|LLDP_OPT_DEFAULT|\
598 (pflags & flagsmask) != LLDP_OPT_DEFAULT &&
629 if (pflags & LLDP_OPT_DEFAULT) {
720 * LLDP_OPT_DEFAULT - default hard coded value (boot-time value)
764 case LLDP_OPT_DEFAULT
[all...]
H A Dliblldp.h264 * - LLDP_OPT_DEFAULT:
280 #define LLDP_OPT_DEFAULT 0x00000002 macro

Completed in 25 milliseconds