Searched refs:th_ack (Results 26 - 35 of 35) sorted by relevance

12

/netbsd-current/sys/net/npf/
H A Dnpf_inet.c258 *ack = ntohl(th->th_ack);
/netbsd-current/sys/dist/pf/net/
H A Dpf_norm.c1356 ov = *(u_int16_t *)(&th->th_ack + 1);
1359 nv = *(u_int16_t *)(&th->th_ack + 1);
/netbsd-current/sys/netinet/
H A Dtcp_subr.c581 n->th_ack = 0;
769 th->th_ack = htonl(ack);
H A Dtcp_output.c1366 th->th_ack = htonl(tp->rcv_nxt);
/netbsd-current/sys/kern/
H A Duipc_mbufdebug.c814 (*pr)("TCP: Ack. = %u\n", ntohl(tcp.th_ack));
/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-tcp.c240 ack = GET_BE_U_4(tp->th_ack);
/netbsd-current/external/bsd/ipf/dist/iplang/
H A Diplang_y.y1063 tcp->th_ack = htonl(strtol(*arg, NULL, 0));
/netbsd-current/external/bsd/ipf/dist/tools/
H A Dipmon.c1242 (u_long)(ntohl(tp.th_ack)),
/netbsd-current/sys/external/bsd/ipf/netinet/
H A Dip_ftp_pxy.c1246 thack = ntohl(tcp->th_ack);
H A Dfil.c1411 if ((flags == TH_SYN) && (tcp->th_ack != 0)) {

Completed in 167 milliseconds

12