Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bsnmpd/modules/snmp_netgraph/
H A Dsnmp_netgraph.c67 static size_t resbufsiz = RESBUFSIZ; variable
272 if ((mesg = malloc(resbufsiz + 1)) == NULL) { in csock_read()
278 if ((ret = NgRecvMsg(csock, mesg, resbufsiz + 1, path)) < 0) { in csock_read()
294 if ((size_t)ret > resbufsiz) { in csock_read()
457 if ((resbuf = malloc(resbufsiz + 1)) == NULL) { in dsock_input()
464 if ((len = NgRecvData(fd, resbuf, resbufsiz + 1, hook)) == -1) { in dsock_input()
474 if ((size_t)len == resbufsiz + 1) { in dsock_input()
995 value->v.integer = resbufsiz; in op_ng_config()
1036 ctx->scratch->int1 = resbufsiz; in op_ng_config()
1040 resbufsiz = value->v.integer; in op_ng_config()
[all …]