Lines Matching defs:p

31 #define EXTRACT_U_1(p)	((uint8_t)(*(p)))  argument
32 #define EXTRACT_S_1(p) ((int8_t)(*(p))) argument
88 EXTRACT_BE_U_2(const void *p) in EXTRACT_BE_U_2()
94 EXTRACT_BE_S_2(const void *p) in EXTRACT_BE_S_2()
100 EXTRACT_BE_U_4(const void *p) in EXTRACT_BE_U_4()
106 EXTRACT_BE_S_4(const void *p) in EXTRACT_BE_S_4()
112 EXTRACT_BE_U_8(const void *p) in EXTRACT_BE_U_8()
120 EXTRACT_BE_S_8(const void *p) in EXTRACT_BE_S_8()
132 EXTRACT_IPV4_TO_HOST_ORDER(const void *p) in EXTRACT_IPV4_TO_HOST_ORDER()
208 EXTRACT_BE_U_2(const void *p) in EXTRACT_BE_U_2()
214 EXTRACT_BE_S_2(const void *p) in EXTRACT_BE_S_2()
220 EXTRACT_BE_U_4(const void *p) in EXTRACT_BE_U_4()
226 EXTRACT_BE_S_4(const void *p) in EXTRACT_BE_S_4()
232 EXTRACT_BE_U_8(const void *p) in EXTRACT_BE_U_8()
239 EXTRACT_BE_S_8(const void *p) in EXTRACT_BE_S_8()
250 EXTRACT_IPV4_TO_HOST_ORDER(const void *p) in EXTRACT_IPV4_TO_HOST_ORDER()
273 #define EXTRACT_BE_U_2(p) \ argument
276 #define EXTRACT_BE_S_2(p) \ argument
279 #define EXTRACT_BE_U_4(p) \ argument
284 #define EXTRACT_BE_S_4(p) \ argument
289 #define EXTRACT_BE_U_8(p) \ argument
298 #define EXTRACT_BE_S_8(p) \ argument
312 #define EXTRACT_IPV4_TO_HOST_ORDER(p) \ argument
334 EXTRACT_HE_U_2(const void *p) in EXTRACT_HE_U_2()
343 EXTRACT_HE_S_2(const void *p) in EXTRACT_HE_S_2()
352 EXTRACT_HE_U_4(const void *p) in EXTRACT_HE_U_4()
361 EXTRACT_HE_S_4(const void *p) in EXTRACT_HE_S_4()
377 EXTRACT_IPV4_TO_NETWORK_ORDER(const void *p) in EXTRACT_IPV4_TO_NETWORK_ORDER()
388 #define EXTRACT_BE_U_3(p) \ argument
393 #define EXTRACT_BE_S_3(p) \ argument
403 #define EXTRACT_BE_U_5(p) \ argument
410 #define EXTRACT_BE_S_5(p) \ argument
424 #define EXTRACT_BE_U_6(p) \ argument
432 #define EXTRACT_BE_S_6(p) \ argument
448 #define EXTRACT_BE_U_7(p) \ argument
457 #define EXTRACT_BE_S_7(p) \ argument
479 #define EXTRACT_LE_U_2(p) \ argument
482 #define EXTRACT_LE_S_2(p) \ argument
485 #define EXTRACT_LE_U_4(p) \ argument
490 #define EXTRACT_LE_S_4(p) \ argument
495 #define EXTRACT_LE_U_8(p) \ argument
504 #define EXTRACT_LE_S_8(p) \ argument
518 #define EXTRACT_LE_U_3(p) \ argument
522 #define EXTRACT_LE_S_3(p) \ argument
526 #define EXTRACT_LE_U_5(p) \ argument
532 #define EXTRACT_LE_U_6(p) \ argument
539 #define EXTRACT_LE_U_7(p) \ argument
551 #define ND_TTEST_1(p) ND_TTEST_LEN((p), 1) argument
552 #define ND_TCHECK_1(p) ND_TCHECK_LEN((p), 1) argument
554 #define ND_TTEST_2(p) ND_TTEST_LEN((p), 2) argument
555 #define ND_TCHECK_2(p) ND_TCHECK_LEN((p), 2) argument
557 #define ND_TTEST_3(p) ND_TTEST_LEN((p), 3) argument
558 #define ND_TCHECK_3(p) ND_TCHECK_LEN((p), 3) argument
560 #define ND_TTEST_4(p) ND_TTEST_LEN((p), 4) argument
561 #define ND_TCHECK_4(p) ND_TCHECK_LEN((p), 4) argument
563 #define ND_TTEST_5(p) ND_TTEST_LEN((p), 5) argument
564 #define ND_TCHECK_5(p) ND_TCHECK_LEN((p), 5) argument
566 #define ND_TTEST_6(p) ND_TTEST_LEN((p), 6) argument
567 #define ND_TCHECK_6(p) ND_TCHECK_LEN((p), 6) argument
569 #define ND_TTEST_7(p) ND_TTEST_LEN((p), 7) argument
570 #define ND_TCHECK_7(p) ND_TCHECK_LEN((p), 7) argument
572 #define ND_TTEST_8(p) ND_TTEST_LEN((p), 8) argument
573 #define ND_TCHECK_8(p) ND_TCHECK_LEN((p), 8) argument
575 #define ND_TTEST_16(p) ND_TTEST_LEN((p), 16) argument
576 #define ND_TCHECK_16(p) ND_TCHECK_LEN((p), 16) argument
587 get_u_1(netdissect_options *ndo, const u_char *p) in get_u_1()
595 get_s_1(netdissect_options *ndo, const u_char *p) in get_s_1()
605 get_be_u_2(netdissect_options *ndo, const u_char *p) in get_be_u_2()
613 get_be_u_3(netdissect_options *ndo, const u_char *p) in get_be_u_3()
621 get_be_u_4(netdissect_options *ndo, const u_char *p) in get_be_u_4()
629 get_be_u_5(netdissect_options *ndo, const u_char *p) in get_be_u_5()
637 get_be_u_6(netdissect_options *ndo, const u_char *p) in get_be_u_6()
645 get_be_u_7(netdissect_options *ndo, const u_char *p) in get_be_u_7()
653 get_be_u_8(netdissect_options *ndo, const u_char *p) in get_be_u_8()
663 get_be_s_2(netdissect_options *ndo, const u_char *p) in get_be_s_2()
671 get_be_s_3(netdissect_options *ndo, const u_char *p) in get_be_s_3()
679 get_be_s_4(netdissect_options *ndo, const u_char *p) in get_be_s_4()
687 get_be_s_5(netdissect_options *ndo, const u_char *p) in get_be_s_5()
695 get_be_s_6(netdissect_options *ndo, const u_char *p) in get_be_s_6()
703 get_be_s_7(netdissect_options *ndo, const u_char *p) in get_be_s_7()
711 get_be_s_8(netdissect_options *ndo, const u_char *p) in get_be_s_8()
721 get_he_u_2(netdissect_options *ndo, const u_char *p) in get_he_u_2()
729 get_he_u_4(netdissect_options *ndo, const u_char *p) in get_he_u_4()
739 get_he_s_2(netdissect_options *ndo, const u_char *p) in get_he_s_2()
747 get_he_s_4(netdissect_options *ndo, const u_char *p) in get_he_s_4()
757 get_le_u_2(netdissect_options *ndo, const u_char *p) in get_le_u_2()
765 get_le_u_3(netdissect_options *ndo, const u_char *p) in get_le_u_3()
773 get_le_u_4(netdissect_options *ndo, const u_char *p) in get_le_u_4()
781 get_le_u_5(netdissect_options *ndo, const u_char *p) in get_le_u_5()
789 get_le_u_6(netdissect_options *ndo, const u_char *p) in get_le_u_6()
797 get_le_u_7(netdissect_options *ndo, const u_char *p) in get_le_u_7()
805 get_le_u_8(netdissect_options *ndo, const u_char *p) in get_le_u_8()
815 get_le_s_2(netdissect_options *ndo, const u_char *p) in get_le_s_2()
823 get_le_s_3(netdissect_options *ndo, const u_char *p) in get_le_s_3()
831 get_le_s_4(netdissect_options *ndo, const u_char *p) in get_le_s_4()
839 get_le_s_8(netdissect_options *ndo, const u_char *p) in get_le_s_8()
849 get_ipv4_to_host_order(netdissect_options *ndo, const u_char *p) in get_ipv4_to_host_order()
857 get_ipv4_to_network_order(netdissect_options *ndo, const u_char *p) in get_ipv4_to_network_order()
865 get_cpy_bytes(netdissect_options *ndo, u_char *dst, const u_char *p, size_t len) in get_cpy_bytes()
872 #define GET_U_1(p) get_u_1(ndo, (const u_char *)(p)) argument
873 #define GET_S_1(p) get_s_1(ndo, (const u_char *)(p)) argument
875 #define GET_BE_U_2(p) get_be_u_2(ndo, (const u_char *)(p)) argument
876 #define GET_BE_U_3(p) get_be_u_3(ndo, (const u_char *)(p)) argument
877 #define GET_BE_U_4(p) get_be_u_4(ndo, (const u_char *)(p)) argument
878 #define GET_BE_U_5(p) get_be_u_5(ndo, (const u_char *)(p)) argument
879 #define GET_BE_U_6(p) get_be_u_6(ndo, (const u_char *)(p)) argument
880 #define GET_BE_U_7(p) get_be_u_7(ndo, (const u_char *)(p)) argument
881 #define GET_BE_U_8(p) get_be_u_8(ndo, (const u_char *)(p)) argument
883 #define GET_BE_S_2(p) get_be_s_2(ndo, (const u_char *)(p)) argument
884 #define GET_BE_S_3(p) get_be_s_3(ndo, (const u_char *)(p)) argument
885 #define GET_BE_S_4(p) get_be_s_4(ndo, (const u_char *)(p)) argument
886 #define GET_BE_S_5(p) get_be_s_5(ndo, (const u_char *)(p)) argument
887 #define GET_BE_S_6(p) get_be_s_6(ndo, (const u_char *)(p)) argument
888 #define GET_BE_S_7(p) get_be_s_7(ndo, (const u_char *)(p)) argument
889 #define GET_BE_S_8(p) get_be_s_8(ndo, (const u_char *)(p)) argument
891 #define GET_HE_U_2(p) get_he_u_2(ndo, (const u_char *)(p)) argument
892 #define GET_HE_U_4(p) get_he_u_4(ndo, (const u_char *)(p)) argument
894 #define GET_HE_S_2(p) get_he_s_2(ndo, (const u_char *)(p)) argument
895 #define GET_HE_S_4(p) get_he_s_4(ndo, (const u_char *)(p)) argument
897 #define GET_LE_U_2(p) get_le_u_2(ndo, (const u_char *)(p)) argument
898 #define GET_LE_U_3(p) get_le_u_3(ndo, (const u_char *)(p)) argument
899 #define GET_LE_U_4(p) get_le_u_4(ndo, (const u_char *)(p)) argument
900 #define GET_LE_U_5(p) get_le_u_5(ndo, (const u_char *)(p)) argument
901 #define GET_LE_U_6(p) get_le_u_6(ndo, (const u_char *)(p)) argument
902 #define GET_LE_U_7(p) get_le_u_7(ndo, (const u_char *)(p)) argument
903 #define GET_LE_U_8(p) get_le_u_8(ndo, (const u_char *)(p)) argument
905 #define GET_LE_S_2(p) get_le_s_2(ndo, (const u_char *)(p)) argument
906 #define GET_LE_S_3(p) get_le_s_3(ndo, (const u_char *)(p)) argument
907 #define GET_LE_S_4(p) get_le_s_4(ndo, (const u_char *)(p)) argument
908 #define GET_LE_S_8(p) get_le_s_8(ndo, (const u_char *)(p)) argument
910 #define GET_IPV4_TO_HOST_ORDER(p) get_ipv4_to_host_order(ndo, (const u_char *)(p)) argument
911 #define GET_IPV4_TO_NETWORK_ORDER(p) get_ipv4_to_network_order(ndo, (const u_char *)(p)) argument
913 #define GET_CPY_BYTES(dst, p, len) get_cpy_bytes(ndo, (u_char *)(dst), (const u_char *)(p), len) argument