Searched refs:ifc (Results 1 - 25 of 313) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/zebra/
H A Dconnected.c42 connected_withdraw (struct connected *ifc) argument
44 if (! ifc)
48 if (CHECK_FLAG (ifc->conf, ZEBRA_IFC_REAL))
50 zebra_interface_address_delete_update (ifc->ifp, ifc);
52 if (ifc->address->family == AF_INET)
53 if_subnet_delete (ifc->ifp, ifc);
55 if (ifc->address->family == AF_INET)
56 connected_down_ipv4 (ifc
76 connected_announce(struct interface *ifp, struct connected *ifc) argument
104 struct connected *ifc; local
144 connected_update(struct interface *ifp, struct connected *ifc) argument
177 connected_up_ipv4(struct interface *ifp, struct connected *ifc) argument
210 struct connected *ifc; local
289 connected_down_ipv4(struct interface *ifp, struct connected *ifc) argument
320 struct connected *ifc; local
338 connected_up_ipv6(struct interface *ifp, struct connected *ifc) argument
369 struct connected *ifc; local
425 connected_down_ipv6(struct interface *ifp, struct connected *ifc) argument
449 struct connected *ifc; local
[all...]
H A Dinterface.c118 if_subnet_add (struct interface *ifp, struct connected *ifc) argument
125 assert (ifp && ifp->info && ifc);
130 cp = *ifc->address;
135 SET_FLAG (ifc->flags, ZEBRA_IFA_SECONDARY);
138 UNSET_FLAG (ifc->flags, ZEBRA_IFA_SECONDARY);
144 listnode_add (addr_list, ifc);
152 if_subnet_delete (struct interface *ifp, struct connected *ifc) argument
158 assert (ifp && ifp->info && ifc);
162 rn = route_node_lookup (zebra_if->ipv4_subnets, ifc->address);
177 if (!listnode_lookup(addr_list, ifc))
286 struct connected *ifc; local
406 struct connected *ifc; local
532 struct connected *ifc; local
565 struct connected *ifc; local
1217 struct connected *ifc; local
1297 struct connected *ifc; local
1401 struct connected *ifc; local
1476 struct connected *ifc; local
1557 struct connected *ifc; local
[all...]
H A Drouter-id.c57 router_id_find_node (struct list *l, struct connected *ifc) argument
63 if (prefix_same (ifc->address, c->address))
70 router_id_bad_address (struct connected *ifc) argument
72 if (ifc->address->family != AF_INET)
76 if (!zebra_check_addr (ifc->address))
124 router_id_add_address (struct connected *ifc) argument
132 if (router_id_bad_address (ifc))
137 if (!strncmp (ifc->ifp->name, "lo", 2)
138 || !strncmp (ifc->ifp->name, "dummy", 5))
143 if (!router_id_find_node (l, ifc))
156 router_id_del_address(struct connected *ifc) argument
[all...]
H A Dioctl.c174 if_set_prefix (struct interface *ifp, struct connected *ifc) argument
176 return kernel_address_add_ipv4 (ifp, ifc);
181 if_unset_prefix (struct interface *ifp, struct connected *ifc) argument
183 return kernel_address_delete_ipv4 (ifp, ifc);
190 if_set_prefix (struct interface *ifp, struct connected *ifc) argument
198 p = (struct prefix_ipv4 *) ifc->address;
229 if_unset_prefix (struct interface *ifp, struct connected *ifc) argument
237 p = (struct prefix_ipv4 *)ifc->address;
267 if_set_prefix (struct interface *ifp, struct connected *ifc) argument
277 p = (struct prefix_ipv4 *) ifc
323 if_unset_prefix(struct interface *ifp, struct connected *ifc) argument
454 if_prefix_add_ipv6(struct interface *ifp, struct connected *ifc) argument
474 if_prefix_delete_ipv6(struct interface *ifp, struct connected *ifc) argument
498 if_prefix_add_ipv6(struct interface *ifp, struct connected *ifc) argument
542 if_prefix_delete_ipv6(struct interface *ifp, struct connected *ifc) argument
583 if_prefix_add_ipv6(struct interface *ifp, struct connected *ifc) argument
589 if_prefix_delete_ipv6(struct interface *ifp, struct connected *ifc) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/zebra/
H A Dconnected.c42 connected_withdraw (struct connected *ifc) argument
44 if (! ifc)
48 if (CHECK_FLAG (ifc->conf, ZEBRA_IFC_REAL))
50 zebra_interface_address_delete_update (ifc->ifp, ifc);
52 if (ifc->address->family == AF_INET)
53 if_subnet_delete (ifc->ifp, ifc);
55 if (ifc->address->family == AF_INET)
56 connected_down_ipv4 (ifc
76 connected_announce(struct interface *ifp, struct connected *ifc) argument
104 struct connected *ifc; local
144 connected_update(struct interface *ifp, struct connected *ifc) argument
177 connected_up_ipv4(struct interface *ifp, struct connected *ifc) argument
210 struct connected *ifc; local
289 connected_down_ipv4(struct interface *ifp, struct connected *ifc) argument
320 struct connected *ifc; local
338 connected_up_ipv6(struct interface *ifp, struct connected *ifc) argument
369 struct connected *ifc; local
425 connected_down_ipv6(struct interface *ifp, struct connected *ifc) argument
449 struct connected *ifc; local
[all...]
H A Dinterface.c118 if_subnet_add (struct interface *ifp, struct connected *ifc) argument
125 assert (ifp && ifp->info && ifc);
130 cp = *ifc->address;
135 SET_FLAG (ifc->flags, ZEBRA_IFA_SECONDARY);
138 UNSET_FLAG (ifc->flags, ZEBRA_IFA_SECONDARY);
144 listnode_add (addr_list, ifc);
152 if_subnet_delete (struct interface *ifp, struct connected *ifc) argument
158 assert (ifp && ifp->info && ifc);
162 rn = route_node_lookup (zebra_if->ipv4_subnets, ifc->address);
177 if (!listnode_lookup(addr_list, ifc))
286 struct connected *ifc; local
406 struct connected *ifc; local
532 struct connected *ifc; local
565 struct connected *ifc; local
1217 struct connected *ifc; local
1297 struct connected *ifc; local
1401 struct connected *ifc; local
1476 struct connected *ifc; local
1557 struct connected *ifc; local
[all...]
H A Drouter-id.c57 router_id_find_node (struct list *l, struct connected *ifc) argument
63 if (prefix_same (ifc->address, c->address))
70 router_id_bad_address (struct connected *ifc) argument
72 if (ifc->address->family != AF_INET)
76 if (!zebra_check_addr (ifc->address))
124 router_id_add_address (struct connected *ifc) argument
132 if (router_id_bad_address (ifc))
137 if (!strncmp (ifc->ifp->name, "lo", 2)
138 || !strncmp (ifc->ifp->name, "dummy", 5))
143 if (!router_id_find_node (l, ifc))
156 router_id_del_address(struct connected *ifc) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/zebra/
H A Dconnected.c42 connected_withdraw (struct connected *ifc) argument
44 if (! ifc)
48 if (CHECK_FLAG (ifc->conf, ZEBRA_IFC_REAL))
50 zebra_interface_address_delete_update (ifc->ifp, ifc);
52 if (ifc->address->family == AF_INET)
53 if_subnet_delete (ifc->ifp, ifc);
55 if (ifc->address->family == AF_INET)
56 connected_down_ipv4 (ifc
76 connected_announce(struct interface *ifp, struct connected *ifc) argument
104 struct connected *ifc; local
144 connected_update(struct interface *ifp, struct connected *ifc) argument
177 connected_up_ipv4(struct interface *ifp, struct connected *ifc) argument
210 struct connected *ifc; local
289 connected_down_ipv4(struct interface *ifp, struct connected *ifc) argument
320 struct connected *ifc; local
338 connected_up_ipv6(struct interface *ifp, struct connected *ifc) argument
369 struct connected *ifc; local
425 connected_down_ipv6(struct interface *ifp, struct connected *ifc) argument
449 struct connected *ifc; local
[all...]
H A Dinterface.c118 if_subnet_add (struct interface *ifp, struct connected *ifc) argument
125 assert (ifp && ifp->info && ifc);
130 cp = *ifc->address;
135 SET_FLAG (ifc->flags, ZEBRA_IFA_SECONDARY);
138 UNSET_FLAG (ifc->flags, ZEBRA_IFA_SECONDARY);
144 listnode_add (addr_list, ifc);
152 if_subnet_delete (struct interface *ifp, struct connected *ifc) argument
158 assert (ifp && ifp->info && ifc);
162 rn = route_node_lookup (zebra_if->ipv4_subnets, ifc->address);
177 if (!listnode_lookup(addr_list, ifc))
286 struct connected *ifc; local
406 struct connected *ifc; local
532 struct connected *ifc; local
565 struct connected *ifc; local
1217 struct connected *ifc; local
1297 struct connected *ifc; local
1401 struct connected *ifc; local
1476 struct connected *ifc; local
1557 struct connected *ifc; local
[all...]
H A Drouter-id.c57 router_id_find_node (struct list *l, struct connected *ifc) argument
63 if (prefix_same (ifc->address, c->address))
70 router_id_bad_address (struct connected *ifc) argument
72 if (ifc->address->family != AF_INET)
76 if (!zebra_check_addr (ifc->address))
124 router_id_add_address (struct connected *ifc) argument
132 if (router_id_bad_address (ifc))
137 if (!strncmp (ifc->ifp->name, "lo", 2)
138 || !strncmp (ifc->ifp->name, "dummy", 5))
143 if (!router_id_find_node (l, ifc))
156 router_id_del_address(struct connected *ifc) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/include/asm/
H A Dinst.h18 .ifc \r64,%rax
21 .ifc \r64,%rcx
24 .ifc \r64,%rdx
27 .ifc \r64,%rbx
30 .ifc \r64,%rsp
33 .ifc \r64,%rbp
36 .ifc \r64,%rsi
39 .ifc \r64,%rdi
42 .ifc \r64,%r8
45 .ifc \r6
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/include/asm/
H A Dinst.h18 .ifc \r64,%rax
21 .ifc \r64,%rcx
24 .ifc \r64,%rdx
27 .ifc \r64,%rbx
30 .ifc \r64,%rsp
33 .ifc \r64,%rbp
36 .ifc \r64,%rsi
39 .ifc \r64,%rdi
42 .ifc \r64,%r8
45 .ifc \r6
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/libatalk/util/
H A Dgetiface.c74 struct ifconf ifc;
82 memset( &ifc, 0, sizeof( struct ifconf ));
83 ifc.ifc_len = sizeof( ifrs );
85 ifc.ifc_buf = (caddr_t)ifrs;
86 if ( ioctl( sockfd, SIOCGIFCONF, &ifc ) < 0 ) {
90 new = (char **) malloc((ifc.ifc_len/sizeof(struct ifreq) + 1) * sizeof(char *));
91 for ( ifr = ifc.ifc_req; ifc.ifc_len >= (int) sizeof( struct ifreq );
92 ifc.ifc_len -= ifrsize, ifr = nextifr ) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/libatalk/util/
H A Dgetiface.c74 struct ifconf ifc;
82 memset( &ifc, 0, sizeof( struct ifconf ));
83 ifc.ifc_len = sizeof( ifrs );
85 ifc.ifc_buf = (caddr_t)ifrs;
86 if ( ioctl( sockfd, SIOCGIFCONF, &ifc ) < 0 ) {
90 new = (char **) malloc((ifc.ifc_len/sizeof(struct ifreq) + 1) * sizeof(char *));
91 for ( ifr = ifc.ifc_req; ifc.ifc_len >= (int) sizeof( struct ifreq );
92 ifc.ifc_len -= ifrsize, ifr = nextifr ) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/libatalk/util/
H A Dgetiface.c74 struct ifconf ifc;
82 memset( &ifc, 0, sizeof( struct ifconf ));
83 ifc.ifc_len = sizeof( ifrs );
85 ifc.ifc_buf = (caddr_t)ifrs;
86 if ( ioctl( sockfd, SIOCGIFCONF, &ifc ) < 0 ) {
90 new = (char **) malloc((ifc.ifc_len/sizeof(struct ifreq) + 1) * sizeof(char *));
91 for ( ifr = ifc.ifc_req; ifc.ifc_len >= (int) sizeof( struct ifreq );
92 ifc.ifc_len -= ifrsize, ifr = nextifr ) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/udpxy/
H A Difaddr.c94 struct ifconf ifc; local
119 ifc.ifc_len = buflen;
120 ifc.ifc_buf = buf;
121 if( ioctl( sockfd, SIOCGIFCONF, &ifc ) < 0 ) {
128 if( ifc.ifc_len == last_len )
131 last_len = ifc.ifc_len;
146 assert( ifc.ifc_buf );
150 for( rec = ifc.ifc_buf; rec < (ifc.ifc_buf + ifc
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/udpxy/
H A Difaddr.c94 struct ifconf ifc; local
119 ifc.ifc_len = buflen;
120 ifc.ifc_buf = buf;
121 if( ioctl( sockfd, SIOCGIFCONF, &ifc ) < 0 ) {
128 if( ifc.ifc_len == last_len )
131 last_len = ifc.ifc_len;
146 assert( ifc.ifc_buf );
150 for( rec = ifc.ifc_buf; rec < (ifc.ifc_buf + ifc
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/udpxy/
H A Difaddr.c94 struct ifconf ifc; local
119 ifc.ifc_len = buflen;
120 ifc.ifc_buf = buf;
121 if( ioctl( sockfd, SIOCGIFCONF, &ifc ) < 0 ) {
128 if( ifc.ifc_len == last_len )
131 last_len = ifc.ifc_len;
146 assert( ifc.ifc_buf );
150 for( rec = ifc.ifc_buf; rec < (ifc.ifc_buf + ifc
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/tile/lib/
H A Datomic_asm_32.S88 .ifc \bitwidth,16
95 .ifc \bitwidth,64
103 .ifc \bitwidth,64
108 .ifc \bitwidth,16
114 .ifc \bitwidth,64
120 .ifc \bitwidth,64
165 .ifc \bitwidth,32
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/tile/lib/
H A Datomic_asm_32.S88 .ifc \bitwidth,16
95 .ifc \bitwidth,64
103 .ifc \bitwidth,64
108 .ifc \bitwidth,16
114 .ifc \bitwidth,64
120 .ifc \bitwidth,64
165 .ifc \bitwidth,32
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/udpxy/test/fbsd/
H A Difaddr.c79 struct ifconf ifc; local
108 ifc.ifc_len = buflen;
109 ifc.ifc_buf = buf;
110 if( ioctl( sockfd, SIOCGIFCONF, &ifc ) < 0 ) {
117 if( ifc.ifc_len == last_len )
120 last_len = ifc.ifc_len;
135 assert( ifc.ifc_buf );
142 nsz = fwrite(ifc.ifc_buf, ifc.ifc_len, 1, fp_ifc );
150 for( rec = ifc
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/udpxy/test/fbsd/
H A Difaddr.c79 struct ifconf ifc; local
108 ifc.ifc_len = buflen;
109 ifc.ifc_buf = buf;
110 if( ioctl( sockfd, SIOCGIFCONF, &ifc ) < 0 ) {
117 if( ifc.ifc_len == last_len )
120 last_len = ifc.ifc_len;
135 assert( ifc.ifc_buf );
142 nsz = fwrite(ifc.ifc_buf, ifc.ifc_len, 1, fp_ifc );
150 for( rec = ifc
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/udpxy/test/fbsd/
H A Difaddr.c79 struct ifconf ifc; local
108 ifc.ifc_len = buflen;
109 ifc.ifc_buf = buf;
110 if( ioctl( sockfd, SIOCGIFCONF, &ifc ) < 0 ) {
117 if( ifc.ifc_len == last_len )
120 last_len = ifc.ifc_len;
135 assert( ifc.ifc_buf );
142 nsz = fwrite(ifc.ifc_buf, ifc.ifc_len, 1, fp_ifc );
150 for( rec = ifc
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/isdn/hisax/
H A Dhisax_if.h45 struct hisax_if ifc; member in struct:hisax_b_if
52 struct hisax_if ifc; member in struct:hisax_d_if
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/isdn/hisax/
H A Dhisax_if.h45 struct hisax_if ifc; member in struct:hisax_b_if
52 struct hisax_if ifc; member in struct:hisax_d_if

Completed in 282 milliseconds

1234567891011>>