Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_tftp_pxy.c88 ipf_tftp_softc_t *softt; in ipf_p_tftp_soft_create() local
91 if (softt == NULL) in ipf_p_tftp_soft_create()
94 bzero((char *)softt, sizeof(*softt)); in ipf_p_tftp_soft_create()
96 softt->ipf_p_tftp_tune = ipf_tune_array_copy(softt, in ipf_p_tftp_soft_create()
108 softt->ipf_p_tftp_readonly = 1; in ipf_p_tftp_soft_create()
110 return (softt); in ipf_p_tftp_soft_create()
117 ipf_tftp_softc_t *softt = arg; in ipf_p_tftp_soft_destroy() local
122 softt->ipf_p_tftp_tune = NULL; in ipf_p_tftp_soft_destroy()
125 KFREE(softt); in ipf_p_tftp_soft_destroy()
132 ipf_tftp_softc_t *softt = arg; in ipf_p_tftp_out() local
[all …]