Searched defs:ftptune (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_ftp_pxy.c64 ipftuneable_t ftptune; member in struct:ifs_ftppxy
119 bzero((char *)&ifsftp->ftptune, sizeof(ifsftp->ftptune));
120 ifsftp->ftptune.ipft_pint = (uint_t *)&ifsftp->ippr_ftp_debug;
121 ifsftp->ftptune.ipft_name = "ippr_ftp_debug";
122 ifsftp->ftptune.ipft_max = 10;
123 ifsftp->ftptune.ipft_sz = sizeof(ifsftp->ippr_ftp_debug);
124 ifsftp->ftptune.ipft_next = NULL;
126 (void) fr_addipftune(&ifsftp->ftptune, ifs);
140 (void) fr_delipftune(&ifsftp->ftptune, if
[all...]

Completed in 45 milliseconds