Lines Matching defs:ndo

579 nd_trunc_longjmp(netdissect_options *ndo)  in nd_trunc_longjmp()
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()