HomeSort by: relevance | last modified time | path
    Searched defs:aps (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_proxy.c 780 printf("ipf_proxy_match(%lx,%lx) aps %lx ptr %lx\n",
826 register ap_session_t *aps; local
849 KMALLOC(aps, ap_session_t *);
850 if (!aps) {
857 bzero((char *)aps, sizeof(*aps));
858 aps->aps_data = NULL;
859 aps->aps_apr = apr;
860 aps->aps_psiz = 0;
862 if ((*apr->apr_new)(apr->apr_soft, fin, aps, nat) == -1)
902 ap_session_t *aps; local
    [all...]
ip_ftp_pxy.c 227 ipf_p_ftp_new(void *arg, fr_info_t *fin, ap_session_t *aps, nat_t *nat)
238 aps->aps_data = ftp;
239 aps->aps_psiz = sizeof(ftpinfo_t);
240 aps->aps_sport = htons(fin->fin_sport);
241 aps->aps_dport = htons(fin->fin_dport);
271 ipf_p_ftp_del(ipf_main_softc_t *softc, ap_session_t *aps)
275 ftp = aps->aps_data;
1232 ap_session_t *aps; local
1267 aps = nat->nat_aps;
1269 sel = aps->aps_sel[1 - rv]
    [all...]
ip_nat.c 1685 ap_session_t *aps; local
1740 aps = nat->nat_aps;
1741 if (aps != NULL) {
1743 if (aps->aps_data != 0)
1744 ng.ng_sz += aps->aps_psiz;
1777 ap_session_t *aps; local
1854 aps = nat->nat_aps;
1856 if (aps != NULL) {
1859 if (outsize < sizeof(*aps)) {
1866 bcopy((char *)aps, s, sizeof(*aps))
1914 ap_session_t *aps; local
    [all...]
  /src/usr.sbin/wiconfig/
wiconfig.c 157 struct wi_apinfo aps[howmany(WI_MAX_DATALEN, local
220 printf("\nNo APs available\n");
223 howmany(sizeof(wreq.wi_val) - sizeof(int), sizeof(*aps)));
224 memcpy(aps, (const char *)wreq.wi_val + sizeof(int),
225 (unsigned)naps * sizeof(*aps));
228 const struct wi_apinfo *const w = &aps[i];
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
pftn.c 911 struct attr *aps, *apb; local
916 aps = attr_find(r->ap, ATTR_STRUCT);
917 // aps->amlist = r->rb;
918 aps->amlist = nscur->sup;
949 aps->amsize = rpole->rstr;
956 aps->amsize, apb->iarg(0));
960 aps->amsize, apb->iarg(0), aps->amlist);
961 for (sp = aps->amlist; sp != NULL; sp = sp->snext) {
  /src/external/bsd/pcc/dist/pcc/cc/ccom/
pftn.c 935 struct attr *aps, *apb; local
940 aps = attr_find(r->ap, ATTR_STRUCT);
941 aps->amlist = r->rb;
969 aps->amsize = rpole->rstr;
976 aps->amsize, apb->iarg(0));
980 aps->amsize, apb->iarg(0), aps->amlist);
981 for (sp = aps->amlist; sp != NULL; sp = sp->snext) {
  /src/external/gpl3/gcc/dist/gcc/cp/
pt.cc 12908 tree aps = make_node (ARGUMENT_PACK_SELECT);
12910 ARGUMENT_PACK_SELECT_FROM_PACK (aps) = arg_pack;
12911 ARGUMENT_PACK_SELECT_INDEX (aps) = index;
12913 return aps;
13039 tree aps; /* instance of ARGUMENT_PACK_SELECT. */
13051 aps = make_argument_pack_select (arg_pack, index);
13054 register_local_specialization (aps, parm);
13057 aps = retrieve_local_specialization (parm);
13066 aps = make_argument_pack_select (arg_pack, index);
13068 TMPL_ARG (args, level, idx) = aps;
12907 tree aps = make_node (ARGUMENT_PACK_SELECT); local
13038 tree aps; \/* instance of ARGUMENT_PACK_SELECT. *\/ local
    [all...]

Completed in 60 milliseconds