Lines Matching refs:srcp
687 data_header_print(u_int16_t fc, const u_char *p, const u_int8_t **srcp, in data_header_print() argument
715 if (srcp != NULL) in data_header_print()
716 *srcp = ADDR2; in data_header_print()
725 if (srcp != NULL) in data_header_print()
726 *srcp = ADDR3; in data_header_print()
735 if (srcp != NULL) in data_header_print()
736 *srcp = ADDR2; in data_header_print()
745 if (srcp != NULL) in data_header_print()
746 *srcp = ADDR4; in data_header_print()
763 mgmt_header_print(const u_char *p, const u_int8_t **srcp, in mgmt_header_print() argument
768 if (srcp != NULL) in mgmt_header_print()
769 *srcp = hp->sa; in mgmt_header_print()
781 ctrl_header_print(u_int16_t fc, const u_char *p, const u_int8_t **srcp, in ctrl_header_print() argument
784 if (srcp != NULL) in ctrl_header_print()
785 *srcp = NULL; in ctrl_header_print()
868 ieee_802_11_hdr_print(u_int16_t fc, const u_char *p, const u_int8_t **srcp, in ieee_802_11_hdr_print() argument
892 mgmt_header_print(p, srcp, dstp); in ieee_802_11_hdr_print()
895 ctrl_header_print(fc, p, srcp, dstp); in ieee_802_11_hdr_print()
898 data_header_print(fc, p, srcp, dstp); in ieee_802_11_hdr_print()
903 *srcp = NULL; in ieee_802_11_hdr_print()