Home
last modified time | relevance | path

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

/freebsd-12.1/sys/netgraph/
H A Dng_parse.c123 static int ng_parse_append(char **cbufp, int *cbuflenp,
378 if ((error = ng_parse_append(&cbuf, &cbuflen, fmt, fval)) != 0) in ng_int8_unparse()
474 if ((error = ng_parse_append(&cbuf, &cbuflen, fmt, fval)) != 0) in ng_int16_unparse()
573 if ((error = ng_parse_append(&cbuf, &cbuflen, fmt, fval)) != 0) in ng_int32_unparse()
668 if ((error = ng_parse_append(&cbuf, &cbuflen, fmt, fval)) != 0) in ng_int64_unparse()
980 if ((error = ng_parse_append(&cbuf, &cbuflen, "%d.%d.%d.%d", in ng_ipaddr_unparse()
1393 if ((error = ng_parse_append(&cbuf, &cbuflen, "%c", in ng_unparse_composite()
1424 if ((error = ng_parse_append(&cbuf, &cbuflen, " ")) != 0) in ng_unparse_composite()
1429 if ((error = ng_parse_append(&cbuf, in ng_unparse_composite()
1438 if ((error = ng_parse_append(&cbuf, in ng_unparse_composite()
[all …]