Lines Matching refs:this
22 this string flow;
23 this string if_name;
24 this string local;
25 this string remote;
26 this u_char recv;
27 this uint32_t length;
36 this->recv = probename == "receive" ? 1 : 0;
37 this->flow = this->recv ? "<-" : "->";
42 this->length = (uint32_t)args[2]->ip_plength;
43 this->local = this->recv ? args[2]->ip_daddr : args[2]->ip_saddr;
44 this->remote = this->recv ? args[2]->ip_saddr : args[2]->ip_daddr;
49 this->if_name = args[3]->if_name;
63 this->if_name,
64 this->local,
65 this->flow,
66 this->remote,
67 this->length,
68 this->length == 1 ? "" : "s");