Searched refs:PF_APPLETALK (Results 1 - 12 of 12) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dether_at_pr_module.c122 error = proto_input(PF_APPLETALK, m);
248 error = ifnet_attach_protocol(ifp, PF_APPLETALK, &proto);
261 (void)ifnet_detach_protocol(ifp, PF_APPLETALK);
H A Dether_if_module.c636 if ((error = proto_register_plumber(PF_APPLETALK, APPLE_IF_FAM_ETHERNET,
638 printf("proto_register_plumber failed PF_APPLETALK error=%d\n", error);
H A Dkpi_protocol.c92 case PF_APPLETALK:
H A Dif_vlan.c2193 error = proto_register_plumber(PF_APPLETALK, IFNET_FAMILY_VLAN,
H A Ddlil.c606 case PF_APPLETALK:
5462 * if_proto_hash[0-3] are for PF_INET, PF_INET6, PF_APPLETALK
5475 (void) proto_unplumb(PF_APPLETALK, ifp);
H A Dif_bond.c3159 error = proto_register_plumber(PF_APPLETALK, APPLE_IF_FAM_BOND,
/darwin-on-arm/xnu/bsd/netat/
H A Dat_proto.c110 SYSCTL_NODE(_net, PF_APPLETALK, appletalk, CTLFLAG_RW|CTLFLAG_LOCKED, 0, "AppleTalk Family");
H A Ddrv_dep.c101 proto_register_input(PF_APPLETALK, at_input_packet, NULL, 0);
191 dlil_output(patp->aa_ifp, PF_APPLETALK, m, NULL, &dst, 0, NULL);
H A Dat.c136 if ((error = proto_plumb(PF_APPLETALK, ifp))) {
718 error = proto_unplumb(PF_APPLETALK, ifp);
H A Dddp.c399 (void)proto_unplumb(PF_APPLETALK, ifID->aa_ifp);
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_bsm_domain.c130 { BSM_PF_APPLETALK, PF_APPLETALK },
/darwin-on-arm/xnu/bsd/sys/
H A Dsocket.h525 #define PF_APPLETALK AF_APPLETALK macro

Completed in 169 milliseconds