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

/darwin-on-arm/xnu/bsd/net/
H A Dkpi_protocol.h63 protocol that it has been detached. When this function is
66 @pararm protocol The protocol detached.
81 proto_input_handler input, proto_input_detached_handler detached,
148 @param ifp The interface the protocol should be detached from.
149 @param protocol_family The protocol that should be detached from the
158 family and when that protocol is detached.
H A Dkpi_protocol.c55 proto_input_detached_handler detached; member in struct:proto_input_entry
121 proto_input_detached_handler detached, int chains)
136 entry->detached = detached;
191 /* If the entry already exists, call detached and dispose */
193 if (entry->detached)
194 entry->detached(entry->protocol);
120 proto_register_input(protocol_family_t protocol, proto_input_handler input, proto_input_detached_handler detached, int chains) argument
H A Dkpi_interface.h272 @discussion ifnet_detached_func is called an interface is detached
276 been detached from the networking stack. This is the last
282 @param interface The interface that has been detached.
378 is being detached from an interface. This gives the interface an
381 @param interface The interface the protocol will be detached from.
382 @param protocol_family The family of the protocol being detached.
511 has been detached.
619 has been detached.
836 has been detached.
953 @field detached Th
967 proto_media_detached detached; /* optional */ member in struct:ifnet_attach_proto_param
980 proto_media_detached detached; /* optional */ member in struct:ifnet_attach_proto_param_v2
[all...]
H A Ddlil.c148 u_int32_t detached; member in struct:if_proto
158 proto_media_detached detached; member in struct:if_proto::__anon151::__anon152
167 proto_media_detached detached; member in struct:if_proto::__anon151::__anon153
325 static int dlil_detach_filter_internal(interface_filter_t filter, int detached);
659 /* No more reference on this, protocol must have been detached */
660 VERIFY(proto->detached);
663 if (proto->kpi.v1.detached)
664 proto->kpi.v1.detached(ifp, proto->protocol_family);
667 if (proto->kpi.v2.detached)
668 proto->kpi.v2.detached(if
1375 dlil_detach_filter_internal(interface_filter_t filter, int detached) argument
[all...]
H A Dkpi_interface.c1282 sa_family_t family, int detached, int how)
1298 if (detached) {
1300 * Interface has been detached, so skip the lookup
1331 if (!detached)
1344 if (detached)
1347 if (!detached)
1281 ifnet_get_address_list_family_internal(ifnet_t interface, ifaddr_t **addresses, sa_family_t family, int detached, int how) argument
H A Dif_vlan.c1983 /* Check if the interface we are attached to is being detached */
2096 reg.detached = vlan_detached;
H A Dif_bond.c3097 reg.detached = bond_detached;
/darwin-on-arm/xnu/bsd/netinet6/
H A Dnd6_nbr.c1689 int detached; local
1693 if ((detached = dp->dad_attached)) {
1702 if (detached) {

Completed in 118 milliseconds