Searched defs:untagged (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dtmplout.c206 char *untagged; local
219 untagged = strchr( vals[ 1 ], '=' );
221 untagged = "=The World";
226 ( untagged != NULL ) ? untagged + 1 : vals[ 1 ], eol );
232 untagged = strchr( vals[ 0 ], '=' );
236 ( untagged != NULL ) ? untagged + 1 : vals[ 0 ], eol, eol );
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_mbx.c1094 * untagged - boolean TRUE/FLASE
1102 boolean_t untagged, boolean_t enable_promisc)
1120 fwcmd->params.req.untagged = (uint8_t)untagged;
1100 oce_config_vlan(struct oce_dev *dev, uint32_t if_id, struct normal_vlan *vtag_arr, uint8_t vtag_cnt, boolean_t untagged, boolean_t enable_promisc) argument
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_hw.h1328 uint8_t untagged; member in struct:mbx_common_config_vlan::__anon7696::__anon7697
1334 uint8_t untagged;

Completed in 71 milliseconds