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

/darwin-on-arm/xnu/bsd/net/
H A Dif.c442 struct if_clone *ifc; local
449 ifc = if_clone_lookup(name, &unit);
450 if (ifc == NULL)
462 while ((bytoff < ifc->ifc_bmlen)
463 && (ifc->ifc_units[bytoff] == 0xff))
465 if (bytoff >= ifc->ifc_bmlen)
467 while ((ifc->ifc_units[bytoff] & (1 << bitoff)) != 0)
472 if (unit > ifc->ifc_maxunit)
475 err = (*ifc->ifc_create)(ifc, uni
516 struct if_clone *ifc; local
555 struct if_clone *ifc; local
594 if_clone_attach(struct if_clone *ifc) argument
640 if_clone_detach(struct if_clone *ifc) argument
656 struct if_clone *ifc; local
1468 struct ifconf32 ifc; local
1478 struct ifconf64 ifc; local
[all...]
H A Dkpi_interface.c2080 struct if_clone *ifc = NULL; local
2100 ifc = _MALLOC(sizeof (struct if_clone) + IFNAMSIZ + 1, M_CLONE,
2102 if (ifc == NULL) {
2107 strlcpy((char *)(ifc + 1), cloner_params->ifc_name, IFNAMSIZ + 1);
2108 ifc->ifc_name = (char *)(ifc + 1);
2109 ifc->ifc_namelen = namelen;
2110 ifc->ifc_maxunit = IF_MAXUNIT;
2111 ifc->ifc_create = cloner_params->ifc_create;
2112 ifc
2132 struct if_clone *ifc = ifcloner; local
[all...]
H A Dif_gif.c245 struct if_clone *ifc = NULL; local
270 ifc = if_clone_lookup("gif", NULL);
271 gif_clone_create(ifc, 0, NULL);
290 gif_clone_create(struct if_clone *ifc, uint32_t unit, __unused void *params) argument
309 ifc->ifc_name, unit);
H A Dif_pflog.c136 pflog_clone_create(struct if_clone *ifc, u_int32_t unit, __unused void *params) argument
156 pf_init.name = ifc->ifc_name;
H A Dif_vlan.c940 vlan_clone_create(struct if_clone *ifc, u_int32_t unit, __unused void *params) argument
962 ifc->ifc_name, unit) >= sizeof(ifv->ifv_name)) {
970 vlan_init.name = ifc->ifc_name;
H A Dif_bond.c1114 bond_clone_create(struct if_clone * ifc, u_int32_t unit, __unused void *params) argument
1139 ifc->ifc_name, unit) >= sizeof(ifb->ifb_name)) {
1147 bond_init.name = ifc->ifc_name;
H A Dif_bridge.c1040 bridge_clone_create(struct if_clone *ifc, uint32_t unit, __unused void *params) argument
1079 ifc->ifc_name, unit);
1092 init_params.name = ifc->ifc_name;
/darwin-on-arm/xnu/bsd/netat/
H A Dddp_lap.c1507 snmpIfCfg_t *ifc; local
1512 for (i=0, elapp=at_interfaces,ifc=snmp->cfg_ifCfg;
1513 i<IF_TOTAL_MAX; i++, elapp++, ifc++) {
1516 strlcpy(ifc->ifc_name,elapp->ifName, sizeof(ifc->ifc_name));
1517 ifc->ifc_aarpSize = getAarpTableSize(i);
1518 ifc->ifc_addrSize = getPhysAddrSize(i);
1523 ifc->ifc_type = SNMP_TYPE_ETHER2;
1526 ifc->ifc_type = SNMP_TYPE_TOKEN;
1530 ifc
[all...]

Completed in 60 milliseconds