Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:dstp

688     const u_int8_t **dstp)
717 if (dstp != NULL)
718 *dstp = ADDR1;
727 if (dstp != NULL)
728 *dstp = ADDR1;
737 if (dstp != NULL)
738 *dstp = ADDR3;
747 if (dstp != NULL)
748 *dstp = ADDR3;
764 const u_int8_t **dstp)
770 if (dstp != NULL)
771 *dstp = hp->da;
782 const u_int8_t **dstp)
786 if (dstp != NULL)
787 *dstp = NULL;
863 * Print the 802.11 MAC header if eflag is set, and set "*srcp" and "*dstp"
865 * "srcp" and "dstp" aren't null.
869 const u_int8_t **dstp)
892 mgmt_header_print(p, srcp, dstp);
895 ctrl_header_print(fc, p, srcp, dstp);
898 data_header_print(fc, p, srcp, dstp);
904 *dstp = NULL;