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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
socketmodule.h 127 int sock_family; /* Address family, e.g., AF_INET */ member in struct:__anon4241
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
socketmodule.h 127 int sock_family; /* Address family, e.g., AF_INET */ member in struct:__anon4475
socketmodule.c 789 s->sock_family = family;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
socketmodule.h 127 int sock_family; /* Address family, e.g., AF_INET */ member in struct:__anon4816
socketmodule.c 731 s->sock_family = family;
    [all...]
  /external/python/cpython2/Modules/
socketmodule.h 127 int sock_family; /* Address family, e.g., AF_INET */ member in struct:__anon32870
socketmodule.c 813 s->sock_family = family;
    [all...]
  /external/python/cpython3/Modules/
socketmodule.h 171 int sock_family; /* Address family, e.g., AF_INET */ member in struct:__anon33498
socketmodule.c 933 s->sock_family = family;
    [all...]

Completed in 247 milliseconds