Lines Matching refs:u_char

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))
868 #define GET_S_1(p) get_s_1(ndo, (const u_char *)(p))
870 #define GET_BE_U_2(p) get_be_u_2(ndo, (const u_char *)(p))
871 #define GET_BE_U_3(p) get_be_u_3(ndo, (const u_char *)(p))
872 #define GET_BE_U_4(p) get_be_u_4(ndo, (const u_char *)(p))
873 #define GET_BE_U_5(p) get_be_u_5(ndo, (const u_char *)(p))
874 #define GET_BE_U_6(p) get_be_u_6(ndo, (const u_char *)(p))
875 #define GET_BE_U_7(p) get_be_u_7(ndo, (const u_char *)(p))
876 #define GET_BE_U_8(p) get_be_u_8(ndo, (const u_char *)(p))
878 #define GET_BE_S_2(p) get_be_s_2(ndo, (const u_char *)(p))
879 #define GET_BE_S_3(p) get_be_s_3(ndo, (const u_char *)(p))
880 #define GET_BE_S_4(p) get_be_s_4(ndo, (const u_char *)(p))
881 #define GET_BE_S_5(p) get_be_s_5(ndo, (const u_char *)(p))
882 #define GET_BE_S_6(p) get_be_s_6(ndo, (const u_char *)(p))
883 #define GET_BE_S_7(p) get_be_s_7(ndo, (const u_char *)(p))
884 #define GET_BE_S_8(p) get_be_s_8(ndo, (const u_char *)(p))
886 #define GET_HE_U_2(p) get_he_u_2(ndo, (const u_char *)(p))
887 #define GET_HE_U_4(p) get_he_u_4(ndo, (const u_char *)(p))
889 #define GET_HE_S_2(p) get_he_s_2(ndo, (const u_char *)(p))
890 #define GET_HE_S_4(p) get_he_s_4(ndo, (const u_char *)(p))
892 #define GET_LE_U_2(p) get_le_u_2(ndo, (const u_char *)(p))
893 #define GET_LE_U_3(p) get_le_u_3(ndo, (const u_char *)(p))
894 #define GET_LE_U_4(p) get_le_u_4(ndo, (const u_char *)(p))
895 #define GET_LE_U_5(p) get_le_u_5(ndo, (const u_char *)(p))
896 #define GET_LE_U_6(p) get_le_u_6(ndo, (const u_char *)(p))
897 #define GET_LE_U_7(p) get_le_u_7(ndo, (const u_char *)(p))
898 #define GET_LE_U_8(p) get_le_u_8(ndo, (const u_char *)(p))
900 #define GET_LE_S_2(p) get_le_s_2(ndo, (const u_char *)(p))
901 #define GET_LE_S_3(p) get_le_s_3(ndo, (const u_char *)(p))
902 #define GET_LE_S_4(p) get_le_s_4(ndo, (const u_char *)(p))
903 #define GET_LE_S_8(p) get_le_s_8(ndo, (const u_char *)(p))
905 #define GET_IPV4_TO_HOST_ORDER(p) get_ipv4_to_host_order(ndo, (const u_char *)(p))
906 #define GET_IPV4_TO_NETWORK_ORDER(p) get_ipv4_to_network_order(ndo, (const u_char *)(p))
908 #define GET_CPY_BYTES(dst, p, len) get_cpy_bytes(ndo, (u_char *)(dst), (const u_char *)(p), len)