Symbol: radish_head
usr.sbin/npppd/common/radish.c
124
rd_mask(struct sockaddr *m_arg, struct radish_head *head, int *maskp)
usr.sbin/npppd/common/radish.c
159
struct radish_head *head, void *rt)
usr.sbin/npppd/common/radish.c
335
struct radish_head *head)
usr.sbin/npppd/common/radish.c
413
rd_match(struct sockaddr *d_arg, struct radish_head *head, struct radish **rdp)
usr.sbin/npppd/common/radish.c
419
rd_match_next(struct sockaddr *d_arg, struct radish_head *head,
usr.sbin/npppd/common/radish.c
481
struct radish_head *head)
usr.sbin/npppd/common/radish.c
525
struct radish_head *head, void **item)
usr.sbin/npppd/common/radish.c
664
rd_walktree(struct radish_head *h, register int (*f)(struct radish *, void *),
usr.sbin/npppd/common/radish.c
78
struct radish_head *head;
usr.sbin/npppd/common/radish.c
86
R_Malloc(head, struct radish_head *, len);
usr.sbin/npppd/common/radish.h
81
struct sockaddr *rd_mask(struct sockaddr *, struct radish_head *, int *);
usr.sbin/npppd/common/radish.h
84
struct radish_head *, void *);
usr.sbin/npppd/common/radish.h
85
int rd_glue(struct radish *, struct radish *, int, struct radish_head *);
usr.sbin/npppd/common/radish.h
86
int rd_match(struct sockaddr *, struct radish_head *, struct radish **);
usr.sbin/npppd/common/radish.h
87
int rd_match_next(struct sockaddr *, struct radish_head *, struct radish **, struct radish *);
usr.sbin/npppd/common/radish.h
89
struct sockaddr *, struct radish_head *);
usr.sbin/npppd/common/radish.h
91
struct radish_head *, void **);
usr.sbin/npppd/common/radish.h
93
int rd_walktree(struct radish_head *, int (*)(struct radish *, void *), void *);
usr.sbin/npppd/npppd/npppd.c
103
static int rd2slist (struct radish_head *, slist *);
usr.sbin/npppd/npppd/npppd.c
1652
npppd_set_radish(npppd *_this, void *radish_head)
usr.sbin/npppd/npppd/npppd.c
1665
if (radish_head != NULL) {
usr.sbin/npppd/npppd/npppd.c
1666
if (rd2slist(radish_head, &rtlist1) != 0) {
usr.sbin/npppd/npppd/npppd.c
1677
if (_this->rd != NULL && radish_head != NULL) {
usr.sbin/npppd/npppd/npppd.c
1687
radish_head) == NULL)
usr.sbin/npppd/npppd/npppd.c
1708
if (!rd_match((struct sockaddr *)snp, radish_head, &r)){
usr.sbin/npppd/npppd/npppd.c
1740
r->rd_mask, radish_head, &dummy);
usr.sbin/npppd/npppd/npppd.c
1746
radish_head, snp);
usr.sbin/npppd/npppd/npppd.c
1793
if (radish_head == NULL)
usr.sbin/npppd/npppd/npppd.c
1795
_this->rd = radish_head;
usr.sbin/npppd/npppd/npppd.c
1868
rd2slist(struct radish_head *h, slist *list)
usr.sbin/npppd/npppd/npppd.c
2226
npppd_rd_walktree_delete(struct radish_head *rh)
usr.sbin/npppd/npppd/npppd.c
91
static int npppd_rd_walktree_delete(struct radish_head *);
usr.sbin/npppd/npppd/npppd_config.c
150
struct radish_head *rd_curr, *rd_new;
usr.sbin/npppd/npppd/npppd_local.h
124
struct radish_head *rd;