Searched refs:hlimit (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dtransp_v6.h47 int *hlimit, int *tclass,
H A Dipv6.h501 int hlimit,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dicmp.c316 int hlimit; local
456 hlimit = np->mcast_hops;
458 hlimit = np->hop_limit;
459 if (hlimit < 0)
460 hlimit = ip6_dst_hoplimit(dst);
477 sizeof(struct icmp6hdr), hlimit,
511 int hlimit; local
545 hlimit = np->mcast_hops;
547 hlimit = np->hop_limit;
548 if (hlimit <
[all...]
H A Draw.c733 int hlimit = -1; local
814 err = datagram_send_ctl(sock_net(sk), msg, &fl, opt, &hlimit,
866 if (hlimit < 0) {
868 hlimit = np->mcast_hops;
870 hlimit = np->hop_limit;
871 if (hlimit < 0)
872 hlimit = ip6_dst_hoplimit(dst);
890 len, 0, hlimit, tclass, opt, &fl, (struct rt6_info*)dst,
H A Dudp.c946 int hlimit = -1; local
1079 err = datagram_send_ctl(sock_net(sk), msg, &fl, opt, &hlimit,
1134 if (hlimit < 0) {
1136 hlimit = np->mcast_hops;
1138 hlimit = np->hop_limit;
1139 if (hlimit < 0)
1140 hlimit = ip6_dst_hoplimit(dst);
1170 sizeof(struct udphdr), hlimit, tclass, opt, &fl,
H A Ddatagram.c586 int *hlimit, int *tclass, int *dontfrag)
800 *hlimit = *(int *)CMSG_DATA(cmsg);
801 if (*hlimit < -1 || *hlimit > 0xff) {
583 datagram_send_ctl(struct net *net, struct msghdr *msg, struct flowi *fl, struct ipv6_txoptions *opt, int *hlimit, int *tclass, int *dontfrag) argument
H A Dip6_output.c195 int hlimit = -1; local
236 hlimit = np->hop_limit;
238 if (hlimit < 0)
239 hlimit = ip6_dst_hoplimit(dst);
245 hdr->hop_limit = hlimit;
1119 int hlimit, int tclass, struct ipv6_txoptions *opt, struct flowi *fl,
1177 np->cork.hop_limit = hlimit;
1116 ip6_append_data(struct sock *sk, int getfrag(void *from, char *to, int offset, int len, int odd, struct sk_buff *skb), void *from, int length, int transhdrlen, int hlimit, int tclass, struct ipv6_txoptions *opt, struct flowi *fl, struct rt6_info *rt, unsigned int flags, int dontfrag) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/ivtv/
H A Divtvfb.c654 u32 pixclock, hlimit, vlimit; local
661 hlimit = 776;
667 hlimit = 776;
795 var->right_margin = hlimit - var->left_margin - var->xres;

Completed in 96 milliseconds