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

  /external/grub/netboot/
w89c840.c 851 int negotiated = mii_reg5 & w840private.advertising; local
857 duplex = (negotiated & 0x0100) || (negotiated & 0x01C0) == 0x0040;
862 printf("winbond-840 : Setting %s-duplex based on MII # %d negotiated capability %X\n",
863 duplex ? "full" : "half", w840private.phys[0], negotiated);
tulip.c 1939 unsigned int bmsr, lpa, negotiated, new_csr6; local
    [all...]
  /external/chromium/net/third_party/nss/ssl/
ssl3ext.c 277 return arrayContainsExtension(xtnData->negotiated,
851 /* Keep track of negotiated extensions. */
852 ss->xtnData.negotiated[ss->xtnData.numNegotiated++] = ex_type;
870 /* Keep track of negotiated extensions. */
871 ss->xtnData.negotiated[ss->xtnData.numNegotiated++] = ex_type;
    [all...]
sslimpl.h 734 /* Keep track of the extensions that are negotiated. */
738 PRUint16 negotiated[MAX_EXTENSIONS]; member in struct:TLSExtensionDataStr
    [all...]

Completed in 210 milliseconds