HomeSort by: relevance | last modified time | path
    Searched defs:newinbuf (Results 1 - 1 of 1) sorted by relevancy

  /src/dist/pf/sbin/pfctl/
pfctl.c 958 char *inbuf = NULL, *newinbuf = NULL; local in function:pfctl_show_src_nodes
966 newinbuf = realloc(inbuf, len);
967 if (newinbuf == NULL)
969 psn.psn_buf = inbuf = newinbuf;
1003 char *inbuf = NULL, *newinbuf = NULL; local in function:pfctl_show_states
1011 newinbuf = realloc(inbuf, len);
1012 if (newinbuf == NULL)
1014 ps.ps_buf = inbuf = newinbuf;

Completed in 13 milliseconds