HomeSort by relevance Sort by last modified time
    Searched refs:afi (Results 1 - 5 of 5) sorted by null

  /external/openssl/crypto/x509v3/
v3_addr.c 114 * What's the address length associated with this AFI?
116 static int length_from_afi(const unsigned afi)
118 switch (afi) {
129 * Extract the AFI from an IPAddressFamily.
173 const unsigned afi,
182 switch (afi) {
217 const unsigned afi)
225 if (!i2r_address(out, afi, 0x00, aor->u.addressPrefix))
230 if (!i2r_address(out, afi, 0x00, aor->u.addressRange->min))
233 if (!i2r_address(out, afi, 0xFF, aor->u.addressRange->max)
    [all...]
x509v3.h 800 * AFI values, assigned by IANA. It'd be nice to make the AFI
817 const unsigned afi, const unsigned *safi);
819 const unsigned afi, const unsigned *safi,
822 const unsigned afi, const unsigned *safi,
825 int v3_addr_get_range(IPAddressOrRange *aor, const unsigned afi,
  /external/tcpdump/
print-isoclns.c 50 #define IPV4 1 /* AFI value */
51 #define IPV6 2 /* AFI value */
    [all...]
print-bgp.c 112 u_int8_t afi[2]; /* the compiler messes this structure up */ member in struct:bgp_route_refresh
114 u_int8_t safi; /* afi should be int16 - so we have to access it using */
115 }; /* EXTRACT_16BITS(&bgp_route_refresh->afi) (sigh) */
1012 printf("\n\t AFI: %s (%u), %sSAFI: %s (%u)",
1013 tok2strbuf(af_values, "Unknown AFI", af,
    [all...]
  /external/openssl/include/openssl/
x509v3.h 800 * AFI values, assigned by IANA. It'd be nice to make the AFI
817 const unsigned afi, const unsigned *safi);
819 const unsigned afi, const unsigned *safi,
822 const unsigned afi, const unsigned *safi,
825 int v3_addr_get_range(IPAddressOrRange *aor, const unsigned afi,

Completed in 200 milliseconds