Lines Matching full:args
47 /args[0]->tcps_debug/
49 seq = args[1]->tcp_seq;
50 ack = args[1]->tcp_ack;
51 len = args[2]->ip_plength - sizeof(struct tcphdr);
52 flags = args[1]->tcp_flags;
55 tcp_state_string[args[0]->tcps_state], seq, seq + len);
57 printf("@%x, urp=%x", ack, args[1]->tcp_urgent);
73 args[0]->tcps_rnxt, args[0]->tcps_rwnd, args[0]->tcps_rup,
74 args[0]->tcps_suna, args[0]->tcps_snxt, args[0]->tcps_smax);
76 args[0]->tcps_swl1, args[0]->tcps_swl2, args[0]->tcps_swnd);
81 /args[0]->tcps_debug/
83 seq = args[1]->tcp_seq;
84 ack = args[1]->tcp_ack;
85 len = args[2]->ip_plength - sizeof(struct tcphdr);
86 flags = args[1]->tcp_flags;
89 tcp_state_string[args[0]->tcps_state], seq, seq + len);
91 printf("@%x, urp=%x", ack, args[1]->tcp_urgent);
107 args[0]->tcps_rnxt, args[0]->tcps_rwnd, args[0]->tcps_rup,
108 args[0]->tcps_suna, args[0]->tcps_snxt, args[0]->tcps_smax);
110 args[0]->tcps_swl1, args[0]->tcps_swl2, args[0]->tcps_swnd);
115 /args[0]->tcps_debug/
118 tcp_state_string[args[0]->tcps_state],
119 args[1]->tcp_ack,
120 args[1]->tcp_urgent);
122 seq = args[1]->tcp_seq;
123 ack = args[1]->tcp_ack;
124 len = args[2]->ip_plength - sizeof(struct tcphdr);
125 flags = args[1]->tcp_flags;
128 tcp_state_string[args[0]->tcps_state], seq, seq + len);
130 printf("@%x, urp=%x", ack, args[1]->tcp_urgent);
146 args[0]->tcps_rnxt, args[0]->tcps_rwnd, args[0]->tcps_rup,
147 args[0]->tcps_suna, args[0]->tcps_snxt, args[0]->tcps_smax);
149 args[0]->tcps_swl1, args[0]->tcps_swl2, args[0]->tcps_swnd);
154 /args[0]->tcps_debug/
157 tcp_state_string[args[0]->tcps_state]);
162 args[0]->tcps_rnxt, args[0]->tcps_rwnd, args[0]->tcps_rup,
163 args[0]->tcps_suna, args[0]->tcps_snxt, args[0]->tcps_smax);
165 args[0]->tcps_swl1, args[0]->tcps_swl2, args[0]->tcps_swnd);