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

/macosx-10.5.8/xnu-1228.15.4/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_detached_handler detached, int chains);
147 @param ifp The interface the protocol should be detached from.
148 @param protocol_family The protocol that should be detached from the
157 that protocol is detached.
H A Dkpi_protocol.c55 proto_input_detached_handler detached; member in struct:proto_input_entry
126 proto_input_detached_handler detached,
141 entry->detached = detached;
201 /* If the entry already exists, call detached and dispose */
203 if (entry->detached)
204 entry->detached(entry->protocol);
123 proto_register_input( protocol_family_t protocol, proto_input_handler input, proto_input_detached_handler detached, int chains) argument
H A Ddlil.c114 proto_media_detached detached; member in struct:if_proto::__anon176::__anon177
123 proto_media_detached detached; member in struct:if_proto::__anon176::__anon178
189 static int dlil_detach_filter_internal(interface_filter_t filter, int detached);
640 int detached)
644 if (detached == 0) {
692 /* Call the detached funciton if there is one */
2110 ifproto->kpi.v1.detached = proto_details->detached;
2148 ifproto->kpi.v2.detached = proto_details->detached;
638 dlil_detach_filter_internal( interface_filter_t filter, int detached) argument
[all...]
H A Dkpi_interface.h225 @discussion ifnet_detached_func is called an interface is detached
229 been detached from the networking stack. This is the last
235 @param interface The interface that has been detached.
321 is being detached from an interface. This gives the interface an
324 @param interface The interface the protocol will be detached from.
325 @param protocol_family The family of the protocol being detached.
453 has been detached.
563 @field detach The function called to let the driver know the interface has been detached.
659 @field detached The function to be called for handling the detach.
673 proto_media_detached detached; /* optiona member in struct:ifnet_attach_proto_param
686 proto_media_detached detached; /* optional */ member in struct:ifnet_attach_proto_param_v2
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkpi_socketfilter.c287 int detached = 0; local
368 detached = 1;
384 if (detached && entry->sfe_filter->sf_filter.sf_unregistered) {

Completed in 144 milliseconds