Lines Matching defs:p
31 #define EXTRACT_U_1(p) ((uint8_t)(*(p))) argument
32 #define EXTRACT_S_1(p) ((int8_t)(*(p))) argument
89 EXTRACT_BE_U_2(const void *p) in EXTRACT_BE_U_2()
95 EXTRACT_BE_S_2(const void *p) in EXTRACT_BE_S_2()
101 EXTRACT_BE_U_4(const void *p) in EXTRACT_BE_U_4()
107 EXTRACT_BE_S_4(const void *p) in EXTRACT_BE_S_4()
113 EXTRACT_BE_U_8(const void *p) in EXTRACT_BE_U_8()
121 EXTRACT_BE_S_8(const void *p) in EXTRACT_BE_S_8()
133 EXTRACT_IPV4_TO_HOST_ORDER(const void *p) in EXTRACT_IPV4_TO_HOST_ORDER()
209 EXTRACT_BE_U_2(const void *p) in EXTRACT_BE_U_2()
215 EXTRACT_BE_S_2(const void *p) in EXTRACT_BE_S_2()
221 EXTRACT_BE_U_4(const void *p) in EXTRACT_BE_U_4()
227 EXTRACT_BE_S_4(const void *p) in EXTRACT_BE_S_4()
233 EXTRACT_BE_U_8(const void *p) in EXTRACT_BE_U_8()
240 EXTRACT_BE_S_8(const void *p) in EXTRACT_BE_S_8()
251 EXTRACT_IPV4_TO_HOST_ORDER(const void *p) in EXTRACT_IPV4_TO_HOST_ORDER()
274 #define EXTRACT_BE_U_2(p) \ argument
277 #define EXTRACT_BE_S_2(p) \ argument
280 #define EXTRACT_BE_U_4(p) \ argument
285 #define EXTRACT_BE_S_4(p) \ argument
290 #define EXTRACT_BE_U_8(p) \ argument
299 #define EXTRACT_BE_S_8(p) \ argument
313 #define EXTRACT_IPV4_TO_HOST_ORDER(p) \ argument
335 EXTRACT_HE_U_2(const void *p) in EXTRACT_HE_U_2()
344 EXTRACT_HE_S_2(const void *p) in EXTRACT_HE_S_2()
353 EXTRACT_HE_U_4(const void *p) in EXTRACT_HE_U_4()
362 EXTRACT_HE_S_4(const void *p) in EXTRACT_HE_S_4()
378 EXTRACT_IPV4_TO_NETWORK_ORDER(const void *p) in EXTRACT_IPV4_TO_NETWORK_ORDER()
389 #define EXTRACT_BE_U_3(p) \ argument
394 #define EXTRACT_BE_S_3(p) \ argument
404 #define EXTRACT_BE_U_5(p) \ argument
411 #define EXTRACT_BE_S_5(p) \ argument
425 #define EXTRACT_BE_U_6(p) \ argument
433 #define EXTRACT_BE_S_6(p) \ argument
449 #define EXTRACT_BE_U_7(p) \ argument
458 #define EXTRACT_BE_S_7(p) \ argument
480 #define EXTRACT_LE_U_2(p) \ argument
483 #define EXTRACT_LE_S_2(p) \ argument
486 #define EXTRACT_LE_U_4(p) \ argument
491 #define EXTRACT_LE_S_4(p) \ argument
496 #define EXTRACT_LE_U_8(p) \ argument
505 #define EXTRACT_LE_S_8(p) \ argument
519 #define EXTRACT_LE_U_3(p) \ argument
523 #define EXTRACT_LE_S_3(p) \ argument
527 #define EXTRACT_LE_U_5(p) \ argument
533 #define EXTRACT_LE_U_6(p) \ argument
540 #define EXTRACT_LE_U_7(p) \ argument
552 #define ND_TTEST_1(p) ND_TTEST_LEN((p), 1) argument
553 #define ND_TCHECK_1(p) ND_TCHECK_LEN((p), 1) argument
555 #define ND_TTEST_2(p) ND_TTEST_LEN((p), 2) argument
556 #define ND_TCHECK_2(p) ND_TCHECK_LEN((p), 2) argument
558 #define ND_TTEST_3(p) ND_TTEST_LEN((p), 3) argument
559 #define ND_TCHECK_3(p) ND_TCHECK_LEN((p), 3) argument
561 #define ND_TTEST_4(p) ND_TTEST_LEN((p), 4) argument
562 #define ND_TCHECK_4(p) ND_TCHECK_LEN((p), 4) argument
564 #define ND_TTEST_5(p) ND_TTEST_LEN((p), 5) argument
565 #define ND_TCHECK_5(p) ND_TCHECK_LEN((p), 5) argument
567 #define ND_TTEST_6(p) ND_TTEST_LEN((p), 6) argument
568 #define ND_TCHECK_6(p) ND_TCHECK_LEN((p), 6) argument
570 #define ND_TTEST_7(p) ND_TTEST_LEN((p), 7) argument
571 #define ND_TCHECK_7(p) ND_TCHECK_LEN((p), 7) argument
573 #define ND_TTEST_8(p) ND_TTEST_LEN((p), 8) argument
574 #define ND_TCHECK_8(p) ND_TCHECK_LEN((p), 8) argument
576 #define ND_TTEST_16(p) ND_TTEST_LEN((p), 16) argument
577 #define ND_TCHECK_16(p) ND_TCHECK_LEN((p), 16) argument
582 get_u_1(netdissect_options *ndo, const u_char *p) in get_u_1()
590 get_s_1(netdissect_options *ndo, const u_char *p) in get_s_1()
600 get_be_u_2(netdissect_options *ndo, const u_char *p) in get_be_u_2()
608 get_be_u_3(netdissect_options *ndo, const u_char *p) in get_be_u_3()
616 get_be_u_4(netdissect_options *ndo, const u_char *p) in get_be_u_4()
624 get_be_u_5(netdissect_options *ndo, const u_char *p) in get_be_u_5()
632 get_be_u_6(netdissect_options *ndo, const u_char *p) in get_be_u_6()
640 get_be_u_7(netdissect_options *ndo, const u_char *p) in get_be_u_7()
648 get_be_u_8(netdissect_options *ndo, const u_char *p) in get_be_u_8()
658 get_be_s_2(netdissect_options *ndo, const u_char *p) in get_be_s_2()
666 get_be_s_3(netdissect_options *ndo, const u_char *p) in get_be_s_3()
674 get_be_s_4(netdissect_options *ndo, const u_char *p) in get_be_s_4()
682 get_be_s_5(netdissect_options *ndo, const u_char *p) in get_be_s_5()
690 get_be_s_6(netdissect_options *ndo, const u_char *p) in get_be_s_6()
698 get_be_s_7(netdissect_options *ndo, const u_char *p) in get_be_s_7()
706 get_be_s_8(netdissect_options *ndo, const u_char *p) in get_be_s_8()
716 get_he_u_2(netdissect_options *ndo, const u_char *p) in get_he_u_2()
724 get_he_u_4(netdissect_options *ndo, const u_char *p) in get_he_u_4()
734 get_he_s_2(netdissect_options *ndo, const u_char *p) in get_he_s_2()
742 get_he_s_4(netdissect_options *ndo, const u_char *p) in get_he_s_4()
752 get_le_u_2(netdissect_options *ndo, const u_char *p) in get_le_u_2()
760 get_le_u_3(netdissect_options *ndo, const u_char *p) in get_le_u_3()
768 get_le_u_4(netdissect_options *ndo, const u_char *p) in get_le_u_4()
776 get_le_u_5(netdissect_options *ndo, const u_char *p) in get_le_u_5()
784 get_le_u_6(netdissect_options *ndo, const u_char *p) in get_le_u_6()
792 get_le_u_7(netdissect_options *ndo, const u_char *p) in get_le_u_7()
800 get_le_u_8(netdissect_options *ndo, const u_char *p) in get_le_u_8()
810 get_le_s_2(netdissect_options *ndo, const u_char *p) in get_le_s_2()
818 get_le_s_3(netdissect_options *ndo, const u_char *p) in get_le_s_3()
826 get_le_s_4(netdissect_options *ndo, const u_char *p) in get_le_s_4()
834 get_le_s_8(netdissect_options *ndo, const u_char *p) in get_le_s_8()
844 get_ipv4_to_host_order(netdissect_options *ndo, const u_char *p) in get_ipv4_to_host_order()
852 get_ipv4_to_network_order(netdissect_options *ndo, const u_char *p) in get_ipv4_to_network_order()
860 get_cpy_bytes(netdissect_options *ndo, u_char *dst, const u_char *p, size_t len) in get_cpy_bytes()
867 #define GET_U_1(p) get_u_1(ndo, (const u_char *)(p)) argument
868 #define GET_S_1(p) get_s_1(ndo, (const u_char *)(p)) argument
870 #define GET_BE_U_2(p) get_be_u_2(ndo, (const u_char *)(p)) argument
871 #define GET_BE_U_3(p) get_be_u_3(ndo, (const u_char *)(p)) argument
872 #define GET_BE_U_4(p) get_be_u_4(ndo, (const u_char *)(p)) argument
873 #define GET_BE_U_5(p) get_be_u_5(ndo, (const u_char *)(p)) argument
874 #define GET_BE_U_6(p) get_be_u_6(ndo, (const u_char *)(p)) argument
875 #define GET_BE_U_7(p) get_be_u_7(ndo, (const u_char *)(p)) argument
876 #define GET_BE_U_8(p) get_be_u_8(ndo, (const u_char *)(p)) argument
878 #define GET_BE_S_2(p) get_be_s_2(ndo, (const u_char *)(p)) argument
879 #define GET_BE_S_3(p) get_be_s_3(ndo, (const u_char *)(p)) argument
880 #define GET_BE_S_4(p) get_be_s_4(ndo, (const u_char *)(p)) argument
881 #define GET_BE_S_5(p) get_be_s_5(ndo, (const u_char *)(p)) argument
882 #define GET_BE_S_6(p) get_be_s_6(ndo, (const u_char *)(p)) argument
883 #define GET_BE_S_7(p) get_be_s_7(ndo, (const u_char *)(p)) argument
884 #define GET_BE_S_8(p) get_be_s_8(ndo, (const u_char *)(p)) argument
886 #define GET_HE_U_2(p) get_he_u_2(ndo, (const u_char *)(p)) argument
887 #define GET_HE_U_4(p) get_he_u_4(ndo, (const u_char *)(p)) argument
889 #define GET_HE_S_2(p) get_he_s_2(ndo, (const u_char *)(p)) argument
890 #define GET_HE_S_4(p) get_he_s_4(ndo, (const u_char *)(p)) argument
892 #define GET_LE_U_2(p) get_le_u_2(ndo, (const u_char *)(p)) argument
893 #define GET_LE_U_3(p) get_le_u_3(ndo, (const u_char *)(p)) argument
894 #define GET_LE_U_4(p) get_le_u_4(ndo, (const u_char *)(p)) argument
895 #define GET_LE_U_5(p) get_le_u_5(ndo, (const u_char *)(p)) argument
896 #define GET_LE_U_6(p) get_le_u_6(ndo, (const u_char *)(p)) argument
897 #define GET_LE_U_7(p) get_le_u_7(ndo, (const u_char *)(p)) argument
898 #define GET_LE_U_8(p) get_le_u_8(ndo, (const u_char *)(p)) argument
900 #define GET_LE_S_2(p) get_le_s_2(ndo, (const u_char *)(p)) argument
901 #define GET_LE_S_3(p) get_le_s_3(ndo, (const u_char *)(p)) argument
902 #define GET_LE_S_4(p) get_le_s_4(ndo, (const u_char *)(p)) argument
903 #define GET_LE_S_8(p) get_le_s_8(ndo, (const u_char *)(p)) argument
905 #define GET_IPV4_TO_HOST_ORDER(p) get_ipv4_to_host_order(ndo, (const u_char *)(p)) argument
906 #define GET_IPV4_TO_NETWORK_ORDER(p) get_ipv4_to_network_order(ndo, (const u_char *)(p)) argument
908 #define GET_CPY_BYTES(dst, p, len) get_cpy_bytes(ndo, (u_char *)(dst), (const u_char *)(p), len) argument