Searched defs:SessionResults (Results 1 – 6 of 6) sorted by relevance
655 type SessionResults struct { struct656 Passed bool `json:"passed"`657 Results []struct {
654 type SessionResults struct { struct655 Passed bool `json:"passed"`656 Results []struct {
39 class SessionResults; variable
60 class SessionResults { class70 SessionResults(int _ipv) : row(-1), ipv(_ipv), asn(0), ipaddr(), in SessionResults() function in SessionResults