Home
last modified time | relevance | path

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

/illumos-gate/usr/src/stand/lib/inet/
H A Dudp.c50 static int udp_cksum_flag = TRUE; /* checksum on if set */ variable
127 if (udp_cksum_flag && udphp->uh_sum != 0) { in udp_input()
192 if (udp_cksum_flag) { in udp_output()