This is if_ps.h in view mode; [Download] [Up]
netif_t ps_if[NPS];
#define PSMTU 1500
#ifdef NeXT
#define QUEUE_SIZE 40
#define QUEUE_LOW 10
#define QUEUE_HIGH 20
struct nb_queue
{
int head;
int tail;
netbuf_t queue[QUEUE_SIZE];
};
struct psprivate {
netif_t rifp;
struct nb_queue *nbq;
};
struct nb_queue nbq[NPS];
#endif
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.