Source position: jwaqossp.pas line 230
type _RSVP_FILTERSPEC = record |
Type_: FilterType; |
case Integer of |
0: ( |
FilterSpecV4: RSVP_FILTERSPEC_V4; |
); |
1: ( |
FilterSpecV6: RSVP_FILTERSPEC_V6; |
); |
2: ( |
FilterSpecV6Flow: RSVP_FILTERSPEC_V6_FLOW; |
); |
3: ( |
FilterSpecV4Gpi: RSVP_FILTERSPEC_V4_GPI; |
); |
4: ( |
FilterSpecV6Gpi: RSVP_FILTERSPEC_V6_GPI; |
); |
end; |