Home
last modified time | relevance | path

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

/freebsd/sys/netinet/libalias/
H A Dalias_util.c110 int nhdr, ntcp, nbytes; in TcpChecksum() local
114 ntcp = ntohs(pip->ip_len) - nhdr; in TcpChecksum()
120 nbytes = ntcp; in TcpChecksum()
139 sum += htons((u_short)ntcp); in TcpChecksum()