Home | History | Annotate | Download | only in libpcap

Lines Matching full:gen_proto

245 static struct block *gen_proto(int, int, int);
3723 b1 = gen_proto(IPPROTO_SCTP, Q_IP, Q_DEFAULT);
3725 b0 = gen_proto(IPPROTO_SCTP, Q_IPV6, Q_DEFAULT);
3731 b1 = gen_proto(IPPROTO_TCP, Q_IP, Q_DEFAULT);
3733 b0 = gen_proto(IPPROTO_TCP, Q_IPV6, Q_DEFAULT);
3739 b1 = gen_proto(IPPROTO_UDP, Q_IP, Q_DEFAULT);
3741 b0 = gen_proto(IPPROTO_UDP, Q_IPV6, Q_DEFAULT);
3747 b1 = gen_proto(IPPROTO_ICMP, Q_IP, Q_DEFAULT);
3755 b1 = gen_proto(IPPROTO_IGMP, Q_IP, Q_DEFAULT);
3762 b1 = gen_proto(IPPROTO_IGRP, Q_IP, Q_DEFAULT);
3770 b1 = gen_proto(IPPROTO_PIM, Q_IP, Q_DEFAULT);
3772 b0 = gen_proto(IPPROTO_PIM, Q_IPV6, Q_DEFAULT);
3782 b1 = gen_proto(IPPROTO_VRRP, Q_IP, Q_DEFAULT);
3837 b1 = gen_proto(IPPROTO_ICMPV6, Q_IPV6, Q_DEFAULT);
3845 b1 = gen_proto(IPPROTO_AH, Q_IP, Q_DEFAULT);
3847 b0 = gen_proto(IPPROTO_AH, Q_IPV6, Q_DEFAULT);
3856 b1 = gen_proto(IPPROTO_ESP, Q_IP, Q_DEFAULT);
3858 b0 = gen_proto(IPPROTO_ESP, Q_IPV6, Q_DEFAULT);
3868 b1 = gen_proto(ISO9542_ESIS, Q_ISO, Q_DEFAULT);
3872 b1 = gen_proto(ISO10589_ISIS, Q_ISO, Q_DEFAULT);
3876 b0 = gen_proto(ISIS_L1_LAN_IIH, Q_ISIS, Q_DEFAULT);
3877 b1 = gen_proto(ISIS_PTP_IIH, Q_ISIS, Q_DEFAULT); /* FIXME extract the circuit-type bits */
3879 b0 = gen_proto(ISIS_L1_LSP, Q_ISIS, Q_DEFAULT);
3881 b0 = gen_proto(ISIS_L1_CSNP, Q_ISIS, Q_DEFAULT);
3883 b0 = gen_proto(ISIS_L1_PSNP, Q_ISIS, Q_DEFAULT);
3888 b0 = gen_proto(ISIS_L2_LAN_IIH, Q_ISIS, Q_DEFAULT);
3889 b1 = gen_proto(ISIS_PTP_IIH, Q_ISIS, Q_DEFAULT); /* FIXME extract the circuit-type bits */
3891 b0 = gen_proto(ISIS_L2_LSP, Q_ISIS, Q_DEFAULT);
3893 b0 = gen_proto(ISIS_L2_CSNP, Q_ISIS, Q_DEFAULT);
3895 b0 = gen_proto(ISIS_L2_PSNP, Q_ISIS, Q_DEFAULT);
3900 b0 = gen_proto(ISIS_L1_LAN_IIH, Q_ISIS, Q_DEFAULT);
3901 b1 = gen_proto(ISIS_L2_LAN_IIH, Q_ISIS, Q_DEFAULT);
3903 b0 = gen_proto(ISIS_PTP_IIH, Q_ISIS, Q_DEFAULT);
3908 b0 = gen_proto(ISIS_L1_LSP, Q_ISIS, Q_DEFAULT);
3909 b1 = gen_proto(ISIS_L2_LSP, Q_ISIS, Q_DEFAULT);
3914 b0 = gen_proto(ISIS_L1_CSNP, Q_ISIS, Q_DEFAULT);
3915 b1 = gen_proto(ISIS_L2_CSNP, Q_ISIS, Q_DEFAULT);
3917 b0 = gen_proto(ISIS_L1_PSNP, Q_ISIS, Q_DEFAULT);
3919 b0 = gen_proto(ISIS_L2_PSNP, Q_ISIS, Q_DEFAULT);
3924 b0 = gen_proto(ISIS_L1_CSNP, Q_ISIS, Q_DEFAULT);
3925 b1 = gen_proto(ISIS_L2_CSNP, Q_ISIS, Q_DEFAULT);
3930 b0 = gen_proto(ISIS_L1_PSNP, Q_ISIS, Q_DEFAULT);
3931 b1 = gen_proto(ISIS_L2_PSNP, Q_ISIS, Q_DEFAULT);
3936 b1 = gen_proto(ISO8473_CLNP, Q_ISO, Q_DEFAULT);
4434 return gen_proto(v, proto, dir);
4746 gen_proto(v, proto, dir)
4759 b0 = gen_proto(v, Q_IP, dir);
4760 b1 = gen_proto(v, Q_IPV6, dir);
4836 b0 = gen_proto(ISO10589_ISIS, Q_ISO, Q_DEFAULT);
5242 return gen_proto(real_proto, proto, dir);
5406 return gen_proto((int)v, proto, dir);