Searched refs:demux (Results 1 - 25 of 30) sorted by relevance

12

/macosx-10.10/IOFireWireIP-226.2/KernelSource/BSD/
H A Dfirewire_inet_pr_module.cpp268 struct ifnet_demux_desc demux[2]; local
273 bzero(&demux[0], sizeof(demux));
274 demux[0].type = DLIL_DESC_ETYPE2;
275 demux[0].data = &en_native;
276 demux[0].datalen = sizeof(en_native);
277 demux[1].type = DLIL_DESC_ETYPE2;
278 demux[1].data = &arp_native;
279 demux[1].datalen = sizeof(arp_native);
282 proto.demux_list = demux;
[all...]
H A Dfirewire_inet6_pr_module.c208 struct ifnet_demux_desc demux[1]; local
213 demux[0].type = DLIL_DESC_ETYPE2;
214 demux[0].data = &en_6native;
215 demux[0].datalen = sizeof(en_6native);
216 proto.demux_list = demux;
H A Dfirewire_if_module.cpp64 // Statics for demux module
144 firewire_add_proto_internal(ifnet_t ifp, u_long protocol_family, const struct ifnet_demux_desc *demux) argument
156 switch (demux->type)
159 if (demux->datalen != 2)
219 switch (demux->type) {
224 ed->data[0] = *(u_int16_t*)demux->data;
374 // so we can demux on our output path
/macosx-10.10/eap8021x-198/EAP8021X.fproj/
H A Deapol_socket.c103 struct ndrv_demux_desc * demux; local
106 demux = (struct ndrv_demux_desc *)
107 malloc(sizeof(*demux) * ether_types_count);
111 proto.demux_list = demux;
113 demux[i].type = NDRV_DEMUXTYPE_ETHERTYPE;
114 demux[i].length = sizeof(demux[i].data.ether_type);
115 demux[i].data.ether_type = htons(ether_types[i]);
119 free(demux);
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dether_if_module.c124 * Header for the demux list, hangs off of IFP at if_family_cookie
181 const struct ifnet_demux_desc *demux)
188 switch (demux->type) {
192 if (demux->datalen != 2)
197 if (demux->datalen != 3)
202 if (demux->datalen != 5)
212 switch (demux->type) {
218 *(u_int16_t*)demux->data) {
227 demux->type &&
229 demux
180 ether_add_proto_internal(struct ifnet *ifp, protocol_family_t protocol, const struct ifnet_demux_desc *demux) argument
[all...]
H A Dether_inet_pr_module.c544 struct ifnet_demux_desc demux[2]; local
549 bzero(&demux[0], sizeof (demux));
550 demux[0].type = DLIL_DESC_ETYPE2;
551 demux[0].data = &en_native;
552 demux[0].datalen = sizeof (en_native);
553 demux[1].type = DLIL_DESC_ETYPE2;
554 demux[1].data = &arp_native;
555 demux[1].datalen = sizeof (arp_native);
558 proto.demux_list = demux;
[all...]
H A Dether_inet6_pr_module.c256 struct ifnet_demux_desc demux[1]; local
261 demux[0].type = DLIL_DESC_ETYPE2;
262 demux[0].data = &en_6native;
263 demux[0].datalen = sizeof (en_6native);
264 proto.demux_list = demux;
H A Dif_pflog.c161 pf_init.demux = pflogdemux;
H A Dkpi_interface.h397 for demuxing packets to this protocol (demux descriptors).
400 @param demux_array An array of demux descriptors that describe
403 @param demux_count The number of demux descriptors in the array.
645 @field demux The function used to determine the protocol family of an
675 ifnet_demux_func demux; /* required */ member in struct:ifnet_init_params
1006 @field demux The function used to determine the protocol family of an
1063 ifnet_demux_func demux; /* required */ member in struct:ifnet_init_eparams
1141 well as information for how to demux packets for this protocol.
2214 @discussion Inputs packets from the interface. The interface's demux
2232 @discussion Inputs packets from the interface. The interface's demux
[all...]
H A Dif_loop.c641 lo_init.demux = lo_demux;
H A Dif_stf.c348 stf_init.demux = stf_demux;
H A Diptap.c210 if_init.demux = iptap_demux;
H A Dkpi_interface.c135 einit.demux = init->demux;
228 ifp->if_demux = einit.demux;
H A Dif_gif.c356 gif_init_params.demux = gif_demux;
H A Dif_ipsec.c227 ipsec_init.demux = ipsec_demux;
H A Dif_utun.c219 utun_init.demux = utun_demux;
H A Dpktap.c244 if_init.demux = pktap_demux;
/macosx-10.10/xnu-2782.1.97/libsyscall/mach/
H A Dmach_msg.c368 * (though errors from the demux routine or the routine it
373 boolean_t (*demux)(mach_msg_header_t *, mach_msg_header_t *),
441 (void) (*demux)(&bufRequest->Head, &bufReply->Head);
502 boolean_t (*demux)(mach_msg_header_t *, mach_msg_header_t *),
563 (void) (*demux)(&bufRequest->Head, &bufReply->Head);
680 boolean_t (*demux)(mach_msg_header_t *, mach_msg_header_t *),
743 (void) (*demux)(&bufRequest->Head, &bufReply->Head);
/macosx-10.10/Security-57031.1.35/securityd/libsecurity_agent/lib/
H A Dagentclient.cpp476 // got the message, now demux it; call secagentreply_server to handle any call
534 #pragma mark demux requests replies
/macosx-10.10/Security-57031.1.35/securityd/libsecurity_agent/security_agent_client/
H A Dagentclient.cpp476 // got the message, now demux it; call secagentreply_server to handle any call
534 #pragma mark demux requests replies
/macosx-10.10/Security-57031.1.35/securityd/security_agent_client/
H A Dagentclient.cpp476 // got the message, now demux it; call secagentreply_server to handle any call
534 #pragma mark demux requests replies
/macosx-10.10/Security-57031.1.35/securityd/security_agent_server/
H A Dagentclient.cpp476 // got the message, now demux it; call secagentreply_server to handle any call
534 #pragma mark demux requests replies
/macosx-10.10/libsecurity_agent-55000/lib/
H A Dagentclient.cpp465 // got the message, now demux it; call secagentreply_server to handle any call
502 #pragma mark demux requests replies
/macosx-10.10/IOFireWireIP-226.2/KernelSource/IONetworkingFamily/
H A DIOFWInterface.cpp259 params->demux = firewire_demux;
/macosx-10.10/IONetworkingFamily-101/
H A DIOEthernetInterface.cpp271 params->demux = ether_demux;

Completed in 217 milliseconds

12