Searched defs:pi_protocol (Results 1 – 1 of 1) sorted by relevance
135 struct pi_protocol { struct137 char name[8]; /* name for this protocol */138 int index; /* index into protocol table */140 int max_mode; /* max mode number */164 typedef struct pi_protocol PIP; argument