Home
last modified time | relevance | path

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

/trueos/sys/contrib/ipfilter/netinet/
HDip_tftp_pxy.c13 ipftuneable_t *ipf_p_tftp_tune; member
97 softt->ipf_p_tftp_tune = ipf_tune_array_copy(softt,
100 if (softt->ipf_p_tftp_tune == NULL) {
104 if (ipf_tune_array_link(softc, softt->ipf_p_tftp_tune) == -1) {
122 if (softt->ipf_p_tftp_tune != NULL) {
123 ipf_tune_array_unlink(softc, softt->ipf_p_tftp_tune);
124 KFREES(softt->ipf_p_tftp_tune, sizeof(ipf_tftp_tuneables));
125 softt->ipf_p_tftp_tune = NULL;