Home | History | Annotate | Download | only in Modules

Lines Matching refs:IPPROTO_RAW

5123 #ifdef  IPPROTO_RAW

5124 PyModule_AddIntConstant(m, "IPPROTO_RAW", IPPROTO_RAW);
5126 PyModule_AddIntConstant(m, "IPPROTO_RAW", 255);