Home | History | Annotate | Download | only in src

Lines Matching refs:baddr

1339 	    struct bogus_addr *baddr = opt_malloc(sizeof(struct bogus_addr));
1340 baddr->next = daemon->bogus_addr;
1341 daemon->bogus_addr = baddr;
1342 baddr->addr = addr;