TnL

My project requires clipping geometry using software and then passing the results to be clipped by opengl by the same frustum planes.
The problems is that clip planes used in software part may not exactly coincide with that of opengl specified by glFrustum, and hence undesirable results are expected.
Is there any way to obtain the parameters of frustum planes in opengl?