|
|
@@ -504,6 +504,12 @@ QDEF(MP_QSTR_VfsFat, (const byte*)"\x15\x06" "VfsFat")
|
|
|
QDEF(MP_QSTR_rename, (const byte*)"\x35\x06" "rename")
|
|
|
QDEF(MP_QSTR_rmdir, (const byte*)"\x45\x05" "rmdir")
|
|
|
QDEF(MP_QSTR_mkfs, (const byte*)"\x76\x04" "mkfs")
|
|
|
+QDEF(MP_QSTR_socket, (const byte*)"\x60\x06" "socket")
|
|
|
+QDEF(MP_QSTR_AF_INET6, (const byte*)"\x7d\x08" "AF_INET6")
|
|
|
+QDEF(MP_QSTR_SOCK_STREAM, (const byte*)"\x32\x0b" "SOCK_STREAM")
|
|
|
+QDEF(MP_QSTR_SOCK_DGRAM, (const byte*)"\xb3\x0a" "SOCK_DGRAM")
|
|
|
+QDEF(MP_QSTR_SOCK_RAW, (const byte*)"\xca\x08" "SOCK_RAW")
|
|
|
+QDEF(MP_QSTR_AF_INET, (const byte*)"\xeb\x07" "AF_INET")
|
|
|
|
|
|
// This file was automatically generated by makeqstrdata.py
|
|
|
|
|
|
@@ -730,7 +736,6 @@ QDEF(MP_QSTR_connected, (const byte*)"\x7a\x25\x09" "connected")
|
|
|
QDEF(MP_QSTR_ifconfig, (const byte*)"\xe0\x41\x08" "ifconfig")
|
|
|
QDEF(MP_QSTR_patch_version, (const byte*)"\x6e\x98\x0d" "patch_version")
|
|
|
QDEF(MP_QSTR_patch_program, (const byte*)"\x40\x73\x0d" "patch_program")
|
|
|
-QDEF(MP_QSTR_socket, (const byte*)"\x60\xcc\x06" "socket")
|
|
|
QDEF(MP_QSTR_recv, (const byte*)"\xe7\xf9\x04" "recv")
|
|
|
QDEF(MP_QSTR_bind, (const byte*)"\x84\x64\x04" "bind")
|
|
|
QDEF(MP_QSTR_listen, (const byte*)"\xcc\x0e\x06" "listen")
|
|
|
@@ -738,11 +743,6 @@ QDEF(MP_QSTR_accept, (const byte*)"\x85\x89\x06" "accept")
|
|
|
QDEF(MP_QSTR_settimeout, (const byte*)"\xdc\x8a\x0a" "settimeout")
|
|
|
QDEF(MP_QSTR_setblocking, (const byte*)"\x6e\x18\x0b" "setblocking")
|
|
|
QDEF(MP_QSTR_select, (const byte*)"\x8d\x41\x06" "select")
|
|
|
-QDEF(MP_QSTR_AF_INET, (const byte*)"\xeb\xb7\x07" "AF_INET")
|
|
|
-QDEF(MP_QSTR_AF_INET6, (const byte*)"\x7d\xb5\x08" "AF_INET6")
|
|
|
-QDEF(MP_QSTR_SOCK_STREAM, (const byte*)"\x32\xbe\x0b" "SOCK_STREAM")
|
|
|
-QDEF(MP_QSTR_SOCK_DGRAM, (const byte*)"\xb3\x14\x0a" "SOCK_DGRAM")
|
|
|
-QDEF(MP_QSTR_SOCK_RAW, (const byte*)"\xca\x96\x08" "SOCK_RAW")
|
|
|
QDEF(MP_QSTR_IPPROTO_IP, (const byte*)"\x0c\x8e\x0a" "IPPROTO_IP")
|
|
|
QDEF(MP_QSTR_IPPROTO_ICMP, (const byte*)"\xa2\x87\x0c" "IPPROTO_ICMP")
|
|
|
QDEF(MP_QSTR_IPPROTO_IPV4, (const byte*)"\x2e\x4b\x0c" "IPPROTO_IPV4")
|