Lines Matching defs:po

363     PortObject *po = (PortObject *)SnortAlloc(sizeof(PortObject));  in PortObjectNew()  local
416 PortObject2 *po = (PortObject2 *)SnortAlloc(sizeof(PortObject2)); in PortObject2New() local
444 int PortObjectSetName(PortObject * po, char * name) in PortObjectSetName()
477 PortObject * po = (PortObject *)pvoid; in PortObjectFree() local
500 PortObject2 * po = (PortObject2 *)pvoid; in PortObject2Free() local
537 int PortObjectAddItem( PortObject * po, PortObjectItem * poi, int *errflag) in PortObjectAddItem()
566 PortObjectItem *po; in PortObjectAddPortObject() local
607 PortObject * PortObjectDup( PortObject * po ) in PortObjectDup()
676 PortObject * PortObjectDupPorts( PortObject * po ) in PortObjectDupPorts()
722 PortObject2 * PortObject2Dup( PortObject * po ) in PortObject2Dup()
798 int PortObjectAddPort( PortObject * po, int port, int not_flag ) in PortObjectAddPort()
820 int PortObjectAddRange( PortObject * po, int lport, int hport, int not_flag ) in PortObjectAddRange()
841 int PortObjectAddPortAny( PortObject * po ) in PortObjectAddPortAny()
871 int PortObjectHasAny (PortObject * po ) in PortObjectHasAny()
887 int PortObjectHasNot (PortObject * po ) in PortObjectHasNot()
902 int PortObjectIsPureNot (PortObject * po ) in PortObjectIsPureNot()
927 int PortObjectHasPort (PortObject * po, int port ) in PortObjectHasPort()
964 int PortObjectIncludesPort (PortObject * po, int port ) in PortObjectIncludesPort()
1005 PortObject * po; in PortTableFindPortObjectByPort() local
1032 int PortObjectPortCount (PortObject * po ) in PortObjectPortCount()
1095 char * PortObjectCharPortArray ( char * parray, PortObject * po, int * nports ) in PortObjectCharPortArray()
1332 int PortObjectNormalize (PortObject * po ) in PortObjectNormalize()
1366 int PortObjectNegate (PortObject * po ) in PortObjectNegate()
1623 PortObject2 *po; in PortTableFree() local
1669 PortObject * po; in PortTableFindInputPortObjectName() local
1696 PortObject * po; in PortTableFindInputPortObjectPorts() local
1717 PortObject * po; in PortTableNormalizeInputPortObjects() local
1729 int PortObjectAddRule( PortObject * po , int rule ) in PortObjectAddRule()
1759 int PortTableAddObject( PortTable *p, PortObject * po ) in PortTableAddObject()
1800 PortObject * po; in PortObject_hash() local
2165 static inline void add_port_object(SF_LIST **parray, int port, PortObject *po) in add_port_object()
2181 static inline void update_port_lists(SF_LIST **parray, PortObject *po) in update_port_lists()
2233 PortObject *po; in create_port_lists() local
2332 PortObject * po; in PortTableCompileMergePortObjects() local
2443 PortObject2 * po; in PortTableCompileMergePortObjects() local
2514 int _po2_include_po_rules( PortObject2 * po2, PortObject * po ) in _po2_include_po_rules()
2566 PortObject2 * po; in PortTableConsistencyCheck() local
2777 PortObject * po; in PortTableSortUniqRules() local
2826 PortObject * po; in PortTablePrintInput() local
2841 PortObject * po; in PortTablePrintInputEx() local
2856 PortObject2 * po = NULL; in PortTablePrintCompiledEx() local
2905 void PortObjectPrintPortsRaw(PortObject * po ) in PortObjectPrintPortsRaw()
2941 void PortObject2PrintPorts(PortObject2 * po ) in PortObject2PrintPorts()
2984 void PortObjectPrintEx(PortObject * po, in PortObjectPrintEx()
3063 void PortObjectPrint (PortObject * po ) in PortObjectPrint()
3068 void PortObject2PrintEx(PortObject2 * po, in PortObject2PrintEx()
3133 void PortObject2Print (PortObject2 * po ) in PortObject2Print()
3144 PortObject * po; in PortTablePrintUserRules() local
3162 PortObject2 * po; in PortTablePrintPortGroups() local
3186 PortObject * po; in PortTablePrintPortPortObjects() local
3513 static void _PONegateList(PortObject *po) in _PONegateList()
3533 PortObject *po = PortObjectNew(); in _POParsePort() local
3603 PortObject * po; in _POParseString() local
3753 PortObject *po, *potmp; in PortObjectParseString() local
3845 PortObject * po; in PortVarTableCreate() local
3882 int PortVarTableAdd( PortVarTable * h, PortObject * po ) in PortVarTableAdd()
3939 PortObject * po; in main() local