Home
last modified time | relevance | path

Searched refs:getpts_aux (Results 1 – 4 of 4) sorted by relevance

/dports/security/nmap/nmap-7.91/
H A Dscan_lists.cc127 static void getpts_aux(const char *origexpr, int nested, u8 *porttbl, int range_type,
152 getpts_aux(origexpr, // Pass on the expression in getpts()
220 getpts_aux(origexpr, 0, porttbl, range_type, &portwarning, false); in getpts_simple()
321 static void getpts_aux(const char *origexpr, int nested, u8 *porttbl, int range_type, int *portwarn… in getpts_aux() function
366 getpts_aux(++current_range, 1, porttbl, range_type, portwarning); in getpts_aux()
/dports/security/nmap/nmap-7.91/nping/
H A Dcommon_modified.h140 void getpts_aux(const char *origexpr, int nested, u8 *porttbl, int *portwarning);
H A Dcommon_modified.cc529 void getpts_aux(const char *origexpr, int nested, u8 *porttbl, int *portwarning) { in getpts_aux() function
576 getpts_aux(++current_range, 1, porttbl, portwarning); // ADDED in getpts_aux()
H A Dutils_net.cc441 getpts_aux(origexpr, 0, porttbl, &portwarning); in nping_getpts_simple()