Home | History | Annotate | Download | only in Modules

Lines Matching refs:IPPROTO_RAW

5148 #ifdef  IPPROTO_RAW
5149 PyModule_AddIntConstant(m, "IPPROTO_RAW", IPPROTO_RAW);
5151 PyModule_AddIntConstant(m, "IPPROTO_RAW", 255);