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

/solaris-userland/components/openssl/common/engines/pkcs11/
H A De_pk11.c295 static int pk11_digest_final(EVP_MD_CTX *ctx, unsigned char *md);
2733 pk11_digest_final(EVP_MD_CTX *ctx, unsigned char *md) argument
2744 rv = pFuncList->C_DigestFinal(state->sp->session, md, &len);
/solaris-userland/components/openvswitch/files/lib/
H A Ddpif-solaris.c2172 struct pkt_metadata *md, const struct nlattr *a, bool may_steal)
2190 "%d: inport is %d", port_no, md->in_port.odp_port);
2200 if (md->in_port.odp_port != ODPP_NONE) {
2202 md->in_port.odp_port, &pin, NULL, &vtype);
2208 md->in_port.odp_port);
2236 md->in_port.odp_port, port_no);
2242 if (md->tunnel.ip_dst && (port_no == pout))
2243 tnl = &md->tunnel;
2263 md->in_port.odp_port, &pin, NULL, &vtype);
2269 md
2171 dp_solaris_execute_cb(void *aux_, struct ofpbuf *packet, struct pkt_metadata *md, const struct nlattr *a, bool may_steal) argument
2308 struct pkt_metadata *md = &execute->md; local
2727 dpif_solaris_parse_pkt(struct dpif_solaris *dpif OVS_UNUSED, struct ofpbuf *packet, struct pkt_metadata *md, uint16_t action_type, struct dpif_upcall *upcall, struct ofpbuf *buf) argument
2829 struct pkt_metadata md; variable in typeref:struct:pkt_metadata
[all...]

Completed in 45 milliseconds