Home
last modified time | relevance | path

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

/freebsd/lib/libnetmap/
H A Dnmreq.c613 struct nmreq_option **nmo; in nmreq_remove_option() local
615 for (nmo = (struct nmreq_option **)&h->nr_options; *nmo != NULL; in nmreq_remove_option()
616 nmo = (struct nmreq_option **)&(*nmo)->nro_next) { in nmreq_remove_option()
617 if (*nmo == o) { in nmreq_remove_option()
618 *((uint64_t *)(*nmo)) = o->nro_next; in nmreq_remove_option()