Home | History | Annotate | Download | only in tcpdump

Lines Matching defs:optlen

713 		    u_int segsize, optlen;
724 optlen = EXTRACT_LE_8BITS(ccmp->cc_optlen);
754 if (optlen) {
755 (void)printf("optlen %d ", optlen);
757 if (optlen > nsplen - sizeof(struct ccmsg))
760 TCHECK2(*dp, optlen);
761 pdata(dp, optlen);
771 u_int optlen;
780 optlen = EXTRACT_LE_8BITS(dimp->di_optlen);
783 if (optlen) {
784 (void)printf("optlen %d ", optlen);
786 if (optlen > nsplen - sizeof(struct dimsg))
789 TCHECK2(*dp, optlen);
790 pdata(dp, optlen);