abts_t
isp_get_abts(ispsoftc_t *isp, abts_t *src, abts_t *dst)
void isp_get_abts(ispsoftc_t *, abts_t *, abts_t *);
abts_t *abts;
isp_get_abts(isp, abts, (abts_t *)local);
isp_handle_abts(isp, (abts_t *)local);
abts_t *abts = arg;
isp_handle_abts(ispsoftc_t *isp, abts_t *abts)
static void isp_handle_abts(ispsoftc_t *, abts_t *);