Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/libipf/
H A Dipf_dotuning.c14 void ipf_dotuning(int fd, char *tuneargs, ioctlfunc_t iocfn) in ipf_dotuning() argument
26 for (s = strtok(tuneargs, ","); s != NULL; s = strtok(NULL, ",")) { in ipf_dotuning()