HomeSort by: relevance | last modified time | path
    Searched defs:ifc (Results 1 - 20 of 20) sorted by relevancy

  /src/lib/npf/ext_log/
npfext_log.c 79 struct ifconf ifc; local in function:npfext_log_param
94 memset(&ifc, 0, sizeof(ifc));
  /src/tests/net/if/
ifconf.c 54 struct ifconf ifc; local in function:get_number_of_entries
60 ifc.ifc_len = 0;
61 ifc.ifc_buf = NULL;
63 r = ioctl(fd, SIOCGIFCONF, &ifc);
69 return ifc.ifc_len / sizeof(struct ifreq);
82 struct ifconf ifc; local in function:show_interfaces
99 ifc.ifc_len = sizeof(struct ifreq) * nifreqs;
100 ifc.ifc_req = ifreqs;
102 r = ioctl(fd, SIOCGIFCONF, &ifc);
107 for (i=0; i < (int)(ifc.ifc_len / sizeof(struct ifreq)); i++)
    [all...]
  /src/sys/compat/common/
uipc_syscalls_40.c 39 struct oifconf *ifc = data; local in function:compat_ifconf
56 const bool docopy = ifc->ifc_req != NULL;
58 if (ifc->ifc_len < 0)
61 space = ifc->ifc_len;
62 ifrp = ifc->ifc_req;
159 ifc->ifc_len -= space;
161 ifc->ifc_len = -space;
  /src/usr.sbin/bootp/bootptest/
getether.c 134 struct ifconf ifc;
143 ifc.ifc_len = sizeof(ibuf);
144 ifc.ifc_buf = (caddr_t) ibuf;
145 if (ioctl(fd, SIOCGIFCONF, (char *) &ifc) < 0 ||
146 ifc.ifc_len < (int)sizeof(struct ifreq)) {
152 ifend = (struct ifreq *) ((char *) ibuf + ifc.ifc_len);
132 struct ifconf ifc; local in function:getether
  /src/tests/net/mcast/
mcast.c 98 unsigned int ifc; local in function:addmc
130 ifc = 1;
132 &ifc, sizeof(ifc)) == -1)
134 ifc = 224;
136 &ifc, sizeof(ifc)) == -1)
138 ifc = 1; /* XXX should pick a proper interface */
139 if (setsockopt(s, IPPROTO_IPV6, IPV6_MULTICAST_IF, &ifc,
140 sizeof(ifc)) == -1
    [all...]
  /src/sys/compat/linux32/common/
linux32_socket.c 419 struct linux32_ifconf ifc; local in function:linux32_getifconf
430 error = copyin(data, &ifc, sizeof(ifc));
434 docopy = NETBSD32PTR64(ifc.ifc_req) != NULL;
436 if (ifc.ifc_len < 0)
439 space = ifc.ifc_len;
440 ifrp = NETBSD32PTR64(ifc.ifc_req);
492 ifc.ifc_len -= space;
494 ifc.ifc_len = -space;
496 return copyout(&ifc, data, sizeof(ifc))
    [all...]
  /src/sys/arch/sparc64/include/
hypervisor.h 104 uint64_t ifc; /* instruction fault context */ member in struct:mmufsa
  /src/sys/compat/sunos/
sunos_ioctl.c 707 struct oifconf ifc; local in function:sunos_sys_ioctl
716 error = copyin(SCARG(uap, data), &ifc, sizeof(ifc));
719 error = (*ctl)(fp, OOSIOCGIFCONF, &ifc);
722 error = copyout((void *)&ifc, SCARG(uap, data), sizeof(ifc));
  /src/sys/dev/gpib/
gpibvar.h 77 void (*ifc)(void *); member in struct:gpib_chipset_tag
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
ls1021a.dtsi 168 ifc: ifc@1530000 { label
169 compatible = "fsl,ifc", "simple-bus";
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/freescale/
fsl-ls1043a.dtsi 392 ifc: ifc@1530000 { label in label:soc
393 compatible = "fsl,ifc", "simple-bus";
fsl-ls1046a.dtsi 283 ifc: ifc@1530000 { label in label:soc
284 compatible = "fsl,ifc", "simple-bus";
fsl-ls1088a.dtsi 387 ifc: ifc@2240000 { label
388 compatible = "fsl,ifc", "simple-bus";
fsl-ls208xa.dtsi 1039 ifc: ifc@2240000 { label
1040 compatible = "fsl,ifc", "simple-bus";
  /src/usr.sbin/map-mbone/
mapper.c 131 Interface *ifc; local in function:find_interface
133 for (ifc = node->u.interfaces; ifc; ifc = ifc->next)
134 if (ifc->addr == addr)
135 return ifc;
137 ifc = (Interface *) malloc(sizeof(Interface));
138 ifc->addr = addr;
139 ifc->next = node->u.interfaces
149 Interface *ifc; local in function:find_neighbor
312 Interface *ifc; local in function:accept_neighbors
447 Interface *ifc; local in function:accept_neighbors2
634 Interface *ifc; local in function:print_map
694 Interface *ifc; local in function:graph_edges
741 Interface *ifc; local in function:elide_aliases
    [all...]
  /src/sys/dev/ic/
isp_netbsd.c 300 struct isp_fc_device *ifc = (struct isp_fc_device *) addr; local in function:ispioctl
306 if (ifc->loopid >= MAX_FC_TARG) {
310 lp = &FCPARAM(isp, ifc->chan)->portdb[ifc->loopid];
312 ifc->role = lp->roles;
313 ifc->loopid = lp->handle;
314 ifc->portid = lp->portid;
315 ifc->node_wwn = lp->node_wwn;
316 ifc->port_wwn = lp->port_wwn;
  /src/sys/dev/usb/
usb_subr.c 409 struct usbd_interface *ifc = &dev->ud_ifaces[ifaceidx]; local in function:usbd_iface_init
411 memset(ifc, 0, sizeof(*ifc));
413 ifc->ui_dev = dev;
414 ifc->ui_idesc = NULL;
415 ifc->ui_index = 0;
416 ifc->ui_altindex = 0;
417 ifc->ui_endpoints = NULL;
418 ifc->ui_busy = 0;
424 struct usbd_interface *ifc __diagused = &dev->ud_ifaces[ifaceidx]
533 struct usbd_interface *ifc = &dev->ud_ifaces[ifaceidx]; local in function:usbd_fill_iface_data
643 struct usbd_interface *ifc = &dev->ud_ifaces[ifcno]; local in function:usbd_free_iface_data
    [all...]
  /src/sys/compat/linux/common/
linux_socket.c 1188 struct linux_ifconf ifc; local in function:linux_getifconf
1199 error = copyin(data, &ifc, sizeof(ifc));
1203 docopy = ifc.ifc_req != NULL;
1205 if (ifc.ifc_len < 0)
1208 space = ifc.ifc_len;
1209 ifrp = ifc.ifc_req;
1261 ifc.ifc_len -= space;
1263 ifc.ifc_len = -space;
1265 return copyout(&ifc, data, sizeof(ifc))
    [all...]
  /src/usr.sbin/route6d/
route6d.c 102 struct ifc { /* Configuration of an interface */ struct
104 struct ifc *ifc_next;
118 struct ifc *ifa_conf; /* back pointer */
132 static struct ifc *ifc; variable in typeref:struct:ifc *
133 static int nifc; /* number of valid ifc's */
134 static struct ifc **index2ifc;
136 static struct ifc *loopifcp = NULL; /* pointing to loopback */
208 static void ripsend(struct ifc *, struct sockaddr_in6 *, int);
209 static int out_filter(struct riprt *, struct ifc *);
    [all...]
  /src/sys/net/
if.c 1575 struct if_clone *ifc; local in function:if_clone_create
1582 ifc = if_clone_lookup(name, &unit);
1583 if (ifc == NULL)
1592 return (*ifc->ifc_create)(ifc, unit);
1601 struct if_clone *ifc; local in function:if_clone_destroy
1609 ifc = if_clone_lookup(name, NULL);
1610 if (ifc == NULL)
1613 if (ifc->ifc_destroy == NULL)
1632 error = (*ifc->ifc_destroy)(ifp)
1663 struct if_clone *ifc; local in function:if_clone_lookup
1747 struct if_clone *ifc; local in function:if_clone_list
3654 struct ifconf *ifc = (struct ifconf *)data; local in function:ifconf
    [all...]

Completed in 25 milliseconds