We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a13c07 commit 40ac38aCopy full SHA for 40ac38a
netdissect.h
@@ -402,8 +402,8 @@ if (!ND_TTEST_LEN(p, l)) goto trunc; \
402
#define ND_TCHECK_SIZE(p) ND_TCHECK_LEN(p, sizeof(*(p)))
403
404
/*
405
- * Number of bytes between two pointers, if p1 points to an address after
406
- * p2; zero otherwise.
+ * Number of bytes between the two pointers arguments p1 and p2, with
+ * p2 being equal to or beyond p1; if it isn't, the result is zero.
407
*
408
* The result must fit in a u_int; the difference is never negative,
409
* and must be able to handle the full size of an address space, so
0 commit comments