Searched refs:idst (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/net/npf/
H A Dnpf_connkey.c90 unsigned isrc, idst; local
93 isrc = NPF_SRC, idst = NPF_DST;
95 isrc = NPF_DST, idst = NPF_SRC;
103 k[1] = ((uint32_t)id[isrc] << 16) | id[idst];
107 k[3] = ips[idst]->word32[0];
112 memcpy(&k[2 + nwords], ips[idst], alen);
/netbsd-current/sys/netipsec/
H A Dkey.h88 #define KEY_GETTUNNEL(osrc, odst, isrc, idst) \
89 key_gettunnel(osrc, odst, isrc, idst, __func__, __LINE__)
H A Dkey.c994 const struct sockaddr *idst,
1005 if (isrc->sa_family != idst->sa_family) {
1008 isrc->sa_family, idst->sa_family);
1030 idst->sa_len > sizeof(spidx.dst))
1033 memcpy(&spidx.dst, idst, idst->sa_len);
1038 !key_sockaddr_match(&r1->saidx.dst.sa, idst, PORT_NONE))
991 key_gettunnel(const struct sockaddr *osrc, const struct sockaddr *odst, const struct sockaddr *isrc, const struct sockaddr *idst, const char* where, int tag) argument
/netbsd-current/sys/dev/ic/
H A Ddwc_mmc.c885 uint32_t idst, mint, imask; local
888 idst = MMC_READ(sc, DWC_MMC_IDST);
890 if (!idst && !mint) {
894 MMC_WRITE(sc, DWC_MMC_IDST, idst);
900 device_printf(sc->sc_dev, "mmc intr idst=%08X mint=%08X\n",
901 idst, mint);
931 if (cmd != NULL && (idst & DWC_MMC_IDST_RECEIVE_INT) != 0) {
/netbsd-current/tests/net/ipsec/
H A Dt_ipsec_tunnel_ipcomp.sh61 local idst=$6
87 -o match:"$osrc > $odst: $oproto.+ $isrc > $idst: $iproto" \
90 -o match:"$odst > $osrc: $oproto.+ $idst > $isrc: $iproto" \
/netbsd-current/sys/arch/arm/sunxi/
H A Dsunxi_mmc.c621 uint32_t idst, mint, imask; local
624 idst = MMC_READ(sc, SUNXI_MMC_IDST);
626 if (!idst && !mint) {
630 MMC_WRITE(sc, SUNXI_MMC_IDST, idst);
635 DPRINTF(sc->sc_dev, "mmc intr idst=%08X mint=%08X\n",
636 idst, mint);
665 if (cmd != NULL && (idst & SUNXI_MMC_IDST_RECEIVE_INT) != 0) {
/netbsd-current/usr.sbin/syslogd/
H A Dsyslogd.c1256 size_t idst = 0, isrc = 0, dstsize = INIT_BUFSIZE, i; local
1261 if (dstsize < idst + 10) {
1273 dst[idst++] = '?';
1279 dst[idst++] = ' ';
1282 dst[idst++] = '^';
1283 dst[idst++] = p[isrc++] ^ 0100;
1286 dst[idst++] = p[isrc++];
1288 dst[idst++] = '<';
1289 idst += snprintf(&dst[idst], dstsiz
[all...]

Completed in 1026 milliseconds