Home | History | Annotate | Download | only in tcpdump

Lines Matching full:shorthdr

86 struct shorthdr
111 struct shorthdr rh_short; /* short route header */
513 if (length < sizeof(struct shorthdr)) {
520 if (pktlen < sizeof(struct shorthdr)) {
584 nspp = &(ap[sizeof(short) + sizeof(struct shorthdr)]);
585 nsplen = length - sizeof(struct shorthdr);