Home | History | Annotate | Download | only in Modules

Lines Matching defs:in

10 # include <netinet/in.h>
98 struct sockaddr_in in;
133 double sock_timeout; /* Operation timeout in seconds;
143 The _ssl module needs access to the type object defined in
146 C API of a module in a struct which then gets exported to
149 The code in socketmodule.c defines this struct (which currently
157 a static copy of this struct in the importing module.
170 Now use the C API as if it were defined in the using
195 XXX named PySocketModule_APIObject in _ssl.c. It's unclear why it isn't
220 /* You *must* call this before using any of the functions in
222 result in a segfault. Returns 0 on success. */