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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/include/
H A Dtcp.h18 int scope_id; member in struct:tcp_conf::__anon863::__anon865
H A Dudp.h18 int scope_id; member in struct:udp_conf::__anon868::__anon870
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/
H A Daddr.c176 unsigned long scope_id = 0; local
181 scope_id = dev->ifindex;
184 if (strict_strtoul(p, 10, &scope_id) == 0) {
192 sin6->sin6_scope_id = scope_id;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/
H A Dudp.c44 m->addr.ipv6.sin6_scope_id = conf->server.ipv6.scope_id;
H A Dtcp.c52 m->addr.ipv6.sin6_scope_id = c->server.ipv6.scope_id;
H A Dread_config_yy.y560 conf.channel[conf.channel_num].u.udp.server.ipv6.scope_id = idx;
698 conf.channel[conf.channel_num].u.tcp.server.ipv6.scope_id = idx;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dnetmisc.c173 char *endp, scope_id[13]; local
197 memcpy(scope_id, pct + 1, slen);
198 scope_id[slen] = '\0';
201 if (endp != scope_id + slen)

Completed in 169 milliseconds