Searched refs:BCM_XTLV_OPTION_IDU8 (Results 1 – 10 of 10) sorted by relevance
59 if (opts & BCM_XTLV_OPTION_IDU8) --len; in bcm_xtlv_hdr_size()100 if (opts & BCM_XTLV_OPTION_IDU8) { in bcm_xtlv_len()119 if (opts & BCM_XTLV_OPTION_IDU8) { in bcm_xtlv_id()203 bcm_xtlv_opts_t mask = BCM_XTLV_OPTION_IDU8 | BCM_XTLV_OPTION_LENU8; in bcm_xtlv_pack_xtlv()217 } else if (opts & BCM_XTLV_OPTION_IDU8) { /* u8 id, u16 len */ in bcm_xtlv_pack_xtlv()
51 if (opts & BCM_XTLV_OPTION_IDU8) --len; in BCMPOSTTRAPFN()92 if (opts & BCM_XTLV_OPTION_IDU8) { in bcm_xtlv_len()111 if (opts & BCM_XTLV_OPTION_IDU8) { in bcm_xtlv_id()218 bcm_xtlv_opts_t mask = BCM_XTLV_OPTION_IDU8 | BCM_XTLV_OPTION_LENU8; in BCMPOSTTRAPFN()232 } else if (opts & BCM_XTLV_OPTION_IDU8) { /* u8 id, u16 len */ in BCMPOSTTRAPFN()
148 #define BCM_XTLV_OPTION_IDU8 0x0002 /* shorter id */ macro
172 #define BCM_XTLV_OPTION_IDU8 0x0002u /* shorter id */ macro