Home
last modified time | relevance | path

Searched refs:rd_route (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.sbin/npppd/common/
H A Dradish.c115 new->rd_route = masks; in rd_inithead()
192 np = (u_char *)new->rd_route; in rd_insert()
207 rp = (u_char *)cur->rd_route + off; in rd_insert()
234 rp = (u_char *)cur->rd_route + off; in rd_insert()
283 rp = (u_char *)cur->rd_route + off; in rd_insert()
338 u_char *cp = (u_char *)cur->rd_route; in rd_glue()
339 u_char *np = (u_char *)new->rd_route; in rd_glue()
373 gp = (u_char *)glue->rd_route; in rd_glue()
538 cp = (u_char *)cur->rd_route + off; in rd_delete()
556 cp = (u_char *)cur->rd_route + off; in rd_delete()
[all …]
H A Dradish.h46 struct sockaddr *rd_route; /* destination route */ member
/openbsd/usr.sbin/npppd/npppd/
H A Dnpppd.c1640 if (!sockaddr_npppd_match(radish->rd_route, r->rd_route) || in rtlist_remove()
1686 if (rd_lookup(radish->rd_route, radish->rd_mask, in npppd_set_radish()
1729 radish->rd_route, r->rd_route) && in npppd_set_radish()
1739 rval = rd_delete(r->rd_route, in npppd_set_radish()
1745 rval = rd_insert(radish->rd_route, radish->rd_mask, in npppd_set_radish()
1763 in_route_delete(&SIN(radish->rd_route)->sin_addr, in npppd_set_radish()
1775 in_route_add(&(SIN(radish->rd_route)->sin_addr), in npppd_set_radish()
2237 rd_delete(rd->rd_route, rd->rd_mask, rh, &dummy); in npppd_rd_walktree_delete()