Searched refs:rel_type (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/input/tablet/
H A Dwacom.h114 extern void wacom_report_rel(void *wcombo, unsigned int rel_type, int rel_data);
H A Dwacom_sys.c91 void wacom_report_rel(void *wcombo, unsigned int rel_type, int rel_data) argument
93 input_report_rel(get_input_dev((struct wacom_combo *)wcombo), rel_type, rel_data); local
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv6/
H A Dip6_tunnel.c393 int rel_type = ICMPV6_DEST_UNREACH; local
461 rel_type = ICMPV6_PKT_TOOBIG;
469 *type = rel_type;
484 int rel_type = type; local
493 err = ip6_tnl_err(skb, IPPROTO_IPIP, opt, &rel_type, &rel_code,
501 switch (rel_type) {
505 rel_type = ICMP_DEST_UNREACH;
511 rel_type = ICMP_DEST_UNREACH;
562 if (rel_type == ICMP_DEST_UNREACH && rel_code == ICMP_FRAG_NEEDED) {
570 icmp_send(skb2, rel_type, rel_cod
582 int rel_type = type; local
[all...]
H A Dsit.c280 int rel_type = 0;
300 rel_type = ICMPV6_PARAMPROB;
318 rel_type = ICMPV6_DEST_UNREACH;
326 rel_type = ICMPV6_TIME_EXCEED;
349 if (rel_type == ICMPV6_TIME_EXCEED && t->parms.iph.ttl) {
350 rel_type = ICMPV6_DEST_UNREACH;
353 icmpv6_send(skb2, rel_type, rel_code, rel_info, skb2->dev);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv4/
H A Dipip.c335 int rel_type = 0;
358 rel_type = ICMP_PARAMETERPROB;
384 rel_type = ICMP_DEST_UNREACH;
447 rel_type = ICMP_DEST_UNREACH;
452 icmp_send(skb2, rel_type, rel_code, rel_info);
H A Dip_gre.c390 int rel_type = 0;
429 rel_type = ICMP_PARAMETERPROB;
456 rel_type = ICMP_DEST_UNREACH;
519 rel_type = ICMP_DEST_UNREACH;
524 icmp_send(skb2, rel_type, rel_code, rel_info);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/boot/compressed/
H A Drelocs.c114 static const char *rel_type(unsigned type) function
447 rel_type(ELF32_R_TYPE(rel->r_info)),

Completed in 71 milliseconds