Home
last modified time | relevance | path

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

/openbsd/usr.sbin/bgpd/
H A Drde_prefix.c49 static struct pt_entry *pt_alloc(struct pt_entry *, int len);
265 p = pt_alloc(p, p->len); in pt_add()
446 pt_alloc(struct pt_entry *op, int len) in pt_alloc() function