SRv6SIDStructureSubSubTLV defines a structure of SRv6 SID Structure Sub Sub TLV (type 1) object https://www.rfc-editor.org/rfc/rfc9252.html#section-3.2.1
| 517 | // SRv6SIDStructureSubSubTLV defines a structure of SRv6 SID Structure Sub Sub TLV (type 1) object |
| 518 | // https://www.rfc-editor.org/rfc/rfc9252.html#section-3.2.1 |
| 519 | type SRv6SIDStructureSubSubTLV struct { |
| 520 | SubSubTLV |
| 521 | LocatorBlockLength uint8 |
| 522 | LocatorNodeLength uint8 |
| 523 | FunctionLength uint8 |
| 524 | ArgumentLength uint8 |
| 525 | TranspositionLength uint8 |
| 526 | TranspositionOffset uint8 |
| 527 | } |
| 528 | |
| 529 | func NewSRv6SIDStructureSubSubTLV(lbl, lnl, fl, al, tl, to uint8) *SRv6SIDStructureSubSubTLV { |
| 530 | return &SRv6SIDStructureSubSubTLV{ |
nothing calls this directly
no outgoing calls
no test coverage detected