endpnt
struct endpnt *, p->cku_endpnt);
struct endpnt *e_pcurr; /* pointer to current endpoint */
check_endpnt(struct endpnt *endp, struct endpnt **newp)
static struct endpnt *
struct endpnt *new = NULL;
struct endpnt *endp = NULL;
struct endpnt *next = NULL;
bzero(new, sizeof (struct endpnt));
static int check_endpnt(struct endpnt *, struct endpnt **);
static struct endpnt *endpnt_get(struct knetconfig *, int, int,
static void endpnt_rele(struct endpnt *);
endpnt_rele(struct endpnt *sp)
struct endpnt *e;
struct endpnt *next_node = NULL;
struct endpnt *e;
struct endpnt *next_node = NULL;
if ((e = (struct endpnt *)list_head(&np->e_pool)) != NULL)
struct endpnt *cku_endpnt; /* open end point */
sizeof (struct endpnt), 0, NULL, NULL, endpnt_repossess, NULL,