Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:srcp

687 data_header_print(u_int16_t fc, const u_char *p, const u_int8_t **srcp,
715 if (srcp != NULL)
716 *srcp = ADDR2;
725 if (srcp != NULL)
726 *srcp = ADDR3;
735 if (srcp != NULL)
736 *srcp = ADDR2;
745 if (srcp != NULL)
746 *srcp = ADDR4;
763 mgmt_header_print(const u_char *p, const u_int8_t **srcp,
768 if (srcp != NULL)
769 *srcp = hp->sa;
781 ctrl_header_print(u_int16_t fc, const u_char *p, const u_int8_t **srcp,
784 if (srcp != NULL)
785 *srcp = NULL;
863 * Print the 802.11 MAC header if eflag is set, and set "*srcp" and "*dstp"
865 * "srcp" and "dstp" aren't null.
868 ieee_802_11_hdr_print(u_int16_t fc, const u_char *p, const u_int8_t **srcp,
892 mgmt_header_print(p, srcp, dstp);
895 ctrl_header_print(fc, p, srcp, dstp);
898 data_header_print(fc, p, srcp, dstp);
903 *srcp = NULL;