Searched refs:aps_psiz (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/external/bsd/ipf/dist/lib/
H A Dprintaps.c67 if (!strcmp(apr.apr_label, "raudio") && ap.aps_psiz == sizeof(ra)) {
77 (ap.aps_psiz == sizeof(ftp))) {
102 (ap.aps_psiz == sizeof(ipsec))) {
/netbsd-current/external/bsd/ipf/dist/
H A Dip_dns_pxy.c199 aps->aps_psiz = sizeof(dnsinfo_t);
229 KFREES(aps->aps_data, aps->aps_psiz);
231 aps->aps_psiz = 0;
H A Dip_irc_pxy.c247 aps->aps_psiz = sizeof(ircinfo_t);
H A Dip_pptp_pxy.c151 aps->aps_psiz = sizeof(*pptp);
H A Dip_tftp_pxy.c194 aps->aps_psiz = sizeof(*ti);
/netbsd-current/sys/external/bsd/ipf/netinet/
H A Dip_dns_pxy.c189 aps->aps_psiz = sizeof(dnsinfo_t);
217 KFREES(aps->aps_data, aps->aps_psiz);
219 aps->aps_psiz = 0;
H A Dip_proxy.c860 aps->aps_psiz = 0;
863 if ((aps->aps_data != NULL) && (aps->aps_psiz != 0)) {
864 KFREES(aps->aps_data, aps->aps_psiz);
1126 if ((aps->aps_data != NULL) && (aps->aps_psiz != 0))
1127 KFREES(aps->aps_data, aps->aps_psiz);
H A Dip_irc_pxy.c243 aps->aps_psiz = sizeof(ircinfo_t);
H A Dip_proxy.h63 int aps_psiz; /* size of private data */ member in struct:ap_session
H A Dip_raudio_pxy.c71 aps->aps_psiz = sizeof(raudio_t);
H A Dip_rcmd_pxy.c93 aps->aps_psiz = sizeof(*rc);
H A Dip_ipsec_pxy.c179 aps->aps_psiz = sizeof(*ipsec);
H A Dip_tftp_pxy.c179 aps->aps_psiz = sizeof(*ti);
H A Dip_pptp_pxy.c151 aps->aps_psiz = sizeof(*pptp);
H A Dip_nat.c1744 ng.ng_sz += aps->aps_psiz;
1868 if ((aps->aps_data != NULL) && (outsize >= aps->aps_psiz))
1869 bcopy(aps->aps_data, s, aps->aps_psiz);
2125 if (aps->aps_psiz != 0) {
2126 if (aps->aps_psiz > 81920) {
2131 KMALLOCS(aps->aps_data, void *, aps->aps_psiz);
2138 aps->aps_psiz);
2140 aps->aps_psiz = 0;
2237 KFREES(aps->aps_data, aps->aps_psiz);
H A Dip_ftp_pxy.c239 aps->aps_psiz = sizeof(ftpinfo_t);

Completed in 178 milliseconds