|
|
1.1 root 1: ...
2:
3: static int ros_indication (sd, roi)
4: int sd;
5: register struct RoSAPindication *roi;
6: {
7: switch (roi -> roi_type) {
8: case ROI_INVOKE:
9: ros_invoke (sd, &roi -> roi_invoke);
10: break;
11:
12: case ROI_RESULT:
13: ros_result (sd, &roi -> roi_result);
14: break;
15:
16: case ROI_ERROR:
17: ros_error (sd, &roi -> roi_error);
18: break;
19:
20: case ROI_UREJECT:
21: ros_ureject (sd, &roi -> roi_ureject);
22: break;
23:
24: case ROI_PREJECT:
25: ros_preject (sd, &roi -> roi_preject);
26: break;
27:
28: case ROI_FINISH:
29: ros_finish (sd, &roi -> roi_finish);
30: break;
31:
32: default:
33: error ("unknown indication type=%d", roi -> roi_type);
34: }
35: }
36:
37: ...
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.