Home
last modified time | relevance | path

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

/freebsd/lib/libnetmap/
H A Dlibnetmap.h503 int nmreq_header_decode(const char **ppspec, struct nmreq_header *hdr,
H A Dnmreq.c104 nmreq_header_decode(const char **pifname, struct nmreq_header *h, struct nmctx *ctx) in nmreq_header_decode() function
221 if (nmreq_header_decode(&ifname, &gh, ctx) < 0) { in nmreq_get_mem_id()
H A Dnmport.c540 if (nmreq_header_decode(&scan, &d->hdr, d->ctx) < 0) { in nmport_parse()
/freebsd/tests/sys/netmap/
H A Dctrl-api-test.c1856 if (nmreq_header_decode(&ctx->ifparse, hdr, ctx->nmctx) < 0) { in nmreq_hdr_parsing()