Searched refs:pifname (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/lib/libnetmap/
H A Dnmreq.c104 nmreq_header_decode(const char **pifname, struct nmreq_header *h, struct nmctx *ctx) argument
110 const char *ifname = *pifname;
119 nmctx_ferror(ctx, "%s: invalid request, prefix unknown or missing", *pifname);
132 nmctx_ferror(ctx, "%s: no identifier allowed between '%s' and ':'", *pifname, p->prefix);
137 nmctx_ferror(ctx, "%s: invalid identifier '%.*s'", *pifname, vpname - scan, scan);
142 nmctx_ferror(ctx, "%s: identifier is missing between '%s' and ':'", *pifname, p->prefix);
162 nmctx_ferror(ctx, "%s: invalid empty pipe name", *pifname);
166 nmctx_ferror(ctx, "%s: invalid pipe name '%.*s'", *pifname, scan - pipesep, pipesep);
177 nmctx_ferror(ctx, "%s: invalid empty port name", *pifname);
186 *pifname
201 nmreq_get_mem_id(const char **pifname, struct nmctx *ctx) argument
243 nmreq_register_decode(const char **pifname, struct nmreq_register *r, struct nmctx *ctx) argument
[all...]

Completed in 143 milliseconds