Home
last modified time | relevance | path

Searched refs:mta (Results 1 – 25 of 39) sorted by relevance

12

/netbsd-src/external/ibm-public/postfix/dist/src/bounce/
H A Dwith-msgid-with-eoh-event-with-thread.ref4 References: <12345@mta-name.example>
5 In-Reply-To: <12345@mta-name.example>
47 Message-Id: <12345@mta-name.example>
H A Dwith-msgid-with-long-line-with-thread.ref4 References: <12345@mta-name.example>
5 In-Reply-To: <12345@mta-name.example>
48 Message-Id: <12345@mta-name.example>
H A Dwith-msgid-with-filter-with-thread.ref4 References: <12345@mta-name.example>
5 In-Reply-To: <12345@mta-name.example>
47 Message-Id: <12345@mta-name.example>
H A Dwith-msgid-no-eoh-event-with-thread.ref4 References: <12345@mta-name.example>
5 In-Reply-To: <12345@mta-name.example>
47 Message-Id: <12345@mta-name.example>
H A Dmsgfile-with-msgid-with-filter1 …der@sender.example>N!To: <recipient@recipient.example>N$Message-Id: <12345@mta-name.example>N Subj…
H A Dmsgfile-with-msgid-no-eoh-event1 …der@sender.example>N!To: <recipient@recipient.example>N$Message-Id: <12345@mta-name.example>N Subj…
H A Dmsgfile-with-msgid-with-long-line1 …xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxN$Message-Id: <12345@mta-name.example>N"Subj…
H A Dmsgfile-with-msgid-with-eoh-event1 …der@sender.example>N!To: <recipient@recipient.example>N$Message-Id: <12345@mta-name.example>N"Subj…
H A Dwith-msgid-with-filter-no-thread.ref45 Message-Id: <12345@mta-name.example>
H A Dwith-msgid-with-long-line-no-thread.ref46 Message-Id: <12345@mta-name.example>
H A Dwith-msgid-with-eoh-event-no-thread.ref45 Message-Id: <12345@mta-name.example>
H A Dwith-msgid-no-eoh-event-no-thread.ref45 Message-Id: <12345@mta-name.example>
/netbsd-src/crypto/external/bsd/openssl/dist/
H A DSUPPORT.md88 [openssl-users]: https://mta.openssl.org/mailman/listinfo/openssl-users
89 [openssl-announce]: https://mta.openssl.org/mailman/listinfo/openssl-announce
90 [openssl-project]: https://mta.openssl.org/mailman/listinfo/openssl-project
91 [openssl-dev]: https://mta.openssl.org/mailman/listinfo/openssl-dev
/netbsd-src/external/ibm-public/postfix/dist/src/smtp/
H A Dsmtp.h621 #define smtp_site_fail(state, mta, resp, ...) \ argument
622 smtp_misc_fail((state), SMTP_THROTTLE, (mta), (resp), __VA_ARGS__)
623 #define smtp_mesg_fail(state, mta, resp, ...) \ argument
624 smtp_misc_fail((state), SMTP_NOTHROTTLE, (mta), (resp), __VA_ARGS__)
/netbsd-src/sys/dev/pci/ixgbe/
H A Dixv.c557 sc->mta = malloc(sizeof(*sc->mta) * in ixv_attach()
1128 struct ixgbe_mc_addr *mta; in ixv_set_rxfilter() local
1142 mta = sc->mta; in ixv_set_rxfilter()
1143 bzero(mta, sizeof(*mta) * IXGBE_MAX_VF_MC); in ixv_set_rxfilter()
1182 mta[mcnt].addr, IXGBE_ETH_LENGTH_OF_ADDRESS); in ixv_set_rxfilter()
1233 update_ptr = (u8 *)mta; in ixv_set_rxfilter()
1252 struct ixgbe_mc_addr *mta; in ixv_mc_array_itr() local
1254 mta = (struct ixgbe_mc_addr *)*update_ptr; in ixv_mc_array_itr()
1257 *update_ptr = (u8*)(mta + 1); in ixv_mc_array_itr()
1259 return (mta->addr); in ixv_mc_array_itr()
H A Dixgbe.c933 sc->mta = malloc(sizeof(*sc->mta) * in ixgbe_attach()
1315 if (sc->mta != NULL) in ixgbe_attach()
1316 free(sc->mta, M_DEVBUF); in ixgbe_attach()
3880 free(sc->mta, M_DEVBUF); in ixgbe_detach()
4519 struct ixgbe_mc_addr *mta; in ixgbe_set_rxfilter() local
4531 mta = sc->mta; in ixgbe_set_rxfilter()
4532 bzero(mta, sizeof(*mta) * MAX_NUM_MULTICAST_ADDRESSES); in ixgbe_set_rxfilter()
4545 mta[mcnt].addr, IXGBE_ETH_LENGTH_OF_ADDRESS); in ixgbe_set_rxfilter()
4546 mta[mcnt].vmdq = sc->pool; in ixgbe_set_rxfilter()
4563 update_ptr = (u8 *)mta; in ixgbe_set_rxfilter()
[all …]
H A Dixgbe.h581 struct ixgbe_mc_addr *mta; member
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/po/
H A Dsv.po233 " -d, --domain=TEXTDOMÄN hämta översatta meddelanden från TEXTDOMÄN\n"
239 " [TEXTDOMÄN] MSGID hämta översatt meddelande som motsvarar\n"
288 " -d, --domain=TEXTDOMÄN hämta översatta meddelanden från TEXTDOMÄN\n"
293 " [TEXTDOMÄN] hämta meddelande från TEXTDOMÄN\n"
/netbsd-src/sys/dev/pci/igc/
H A Dif_igc.h372 uint8_t *mta; member
H A Dif_igc.c424 sc->mta = kmem_alloc(IGC_MTA_LEN, KM_SLEEP); in igc_attach()
497 kmem_free(sc->mta, IGC_MTA_LEN); in igc_attach()
532 kmem_free(sc->mta, IGC_MTA_LEN); in igc_detach()
2505 memset(sc->mta, 0, IGC_MTA_LEN); in igc_set_filter()
2527 memcpy(&sc->mta[mcnt * ETHER_ADDR_LEN], in igc_set_filter()
2537 igc_update_mc_addr_list(&sc->hw, sc->mta, mcnt); in igc_set_filter()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddtemplate.d2855 MATCH mta = td.matchWithInstance(sc, ti, &dedtypes, fargs, 0); in applyTemplate() local
2857 if (mta == MATCH.nomatch || mta < ta_last) // no match or less match in applyTemplate()
2928 if (mta < ta_last) goto Ltd_best2; in applyTemplate()
2929 if (mta > ta_last) goto Ltd2; in applyTemplate()
2949 ta_last = mta; in applyTemplate()
2972 MATCH mta = x.mta; in applyTemplate() local
2997 if (mta < ta_last) goto Ltd_best; in applyTemplate()
2998 if (mta > ta_last) goto Ltd; in applyTemplate()
3054 ta_last = mta; in applyTemplate()
8410 MATCH mta; /// match template parameters by initial template arguments member
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddtemplate.c2339 MATCH mta = td->matchWithInstance(sc, ti, &dedtypes, fargs, 0); in functionResolve() local
2341 if (mta <= MATCHnomatch || mta < ta_last) // no match or less match in functionResolve()
2411 if (mta < ta_last) goto Ltd_best2; in functionResolve()
2412 if (mta > ta_last) goto Ltd2; in functionResolve()
2431 ta_last = mta; in functionResolve()
2454 MATCH mta = (MATCH)(x >> 4); in functionResolve() local
2479 if (mta < ta_last) goto Ltd_best; in functionResolve()
2480 if (mta > ta_last) goto Ltd; in functionResolve()
2537 ta_last = mta; in functionResolve()
/netbsd-src/external/ibm-public/postfix/dist/proto/
H A Dstop402 mta
/netbsd-src/external/gpl2/grep/dist/po/
H A Dsv.po146 " -f, --file=FIL h�mta M�NSTER fr�n FIL\n"
/netbsd-src/external/gpl3/autoconf/dist/
H A DTHANKS372 Sam Varshavchik mrsam@courier-mta.com

12