|
|
@@ -658,5 +658,11 @@ QDEF(MP_QSTR_IPPROTO_TCP, (const byte*)"\xb2\x0b" "IPPROTO_TCP")
|
|
|
QDEF(MP_QSTR_IPPROTO_UDP, (const byte*)"\x54\x0b" "IPPROTO_UDP")
|
|
|
QDEF(MP_QSTR_IPPROTO_IPV6, (const byte*)"\x2c\x0c" "IPPROTO_IPV6")
|
|
|
QDEF(MP_QSTR_IPPROTO_RAW, (const byte*)"\xf1\x0b" "IPPROTO_RAW")
|
|
|
+QDEF(MP_QSTR_websocket, (const byte*)"\x90\x09" "websocket")
|
|
|
+QDEF(MP_QSTR__webrepl, (const byte*)"\x21\x08" "_webrepl")
|
|
|
+QDEF(MP_QSTR_ioctl, (const byte*)"\x78\x05" "ioctl")
|
|
|
+QDEF(MP_QSTR_password, (const byte*)"\x9a\x08" "password")
|
|
|
+QDEF(MP_QSTR_rb, (const byte*)"\xd5\x02" "rb")
|
|
|
+QDEF(MP_QSTR_wb, (const byte*)"\x70\x02" "wb")
|
|
|
|
|
|
// This file was automatically generated by makeqstrdata.py
|